Add Account To User
Overview
This API endpoint enables you to bind a new or an existing trading account to an existing user.
Add Account To User
PUT
baseURL/v{version}/accounts/{accountId}/users/{userId}
Path Parameters
Name | Type | Description |
---|---|---|
apiVersion* | The version of API. By default, set it to | |
accountId* | integer | This is the internal identifier of the trading account which is to be bound to an existing user. |
userId * | String | This is the internal identifier of the user to whom an existing trading account must be bound. |
Query Parameters
Name | Type | Description |
---|---|---|
accessType* | String | This is the access level the user should have to this trading account. Available values: Full, ReadOnly, ClosePositionsOnly, Owner. |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | This is the authorization token from the token request. The value of this header must have the following format: |
Last updated