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.
accountId
userId
Response
TradingPermissionResponse
errorText
Non-empty if the request failed
tradingPermission

