Get All Users Of An Account
Overview
This API endpoint enables you to retrieve the list of users who have access to a specific trading account.
Get Account Users
GET
baseURL/v{version}/accounts/{accountId}/users
Path Parameters
Name
Type
Description
apiVersion*
The version of API. By default, set it to 1.0
.
accountId*
integer
Internal AutoShares ID of the trading account.
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: Bearer BQ898r9fefi
(Bearer
+ 1 space + the token).
Last updated