Users settings
Contains the configuration of the parameters that apply to the users within a company profile.
Gets/retrieves users configuration within a company profile
Name
Type
Description
Headers
Name
Type
Description
{
"data": {
"usersList": [
{
"username": "user1",
"email": "[email protected]",
"canApprove": true,
"canEditSettings": false,
"withdrawalAccess": "approvalRequired",
"canTrade": true,
"permissionedAccounts": [
{
"accountId": "CA1000051R"
},
{
"accountId": "CA1000052R"
}
]
},
{
"username": "user2",
"email": "[email protected]",
"canApprove": false,
"canEditSettings": true,
"withdrawalAccess": "directAccess",
"canTrade": false,
"permissionedAccounts": [
{
"accountId": "CA1000051R"
}
]
}
]
}
}Last updated