Create Trading Permission

### Create a trading permission Intended for use by B2B Partners. Create a new Trading Permission for account with ID `accountId` using that user's ID, `userId`. ***Note***: If creating and assigning permissions to many accounts at once, prefer [/user/createEvaluationAccounts](#operation/createEvaluationAccounts).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
accountIdlongRequired
userIdlongRequired

Response

TradingPermissionResponse
errorTextstring or null<=8192 characters

Non-empty if the request failed

tradingPermissionobject or null