Return actions allowed to the user on one or more resources.
Id of the target user or me for the current user
me
ACCOUNT
ENTITY
GROUP
POLICY
WHITELIST
TRADELINK_CUSTODIAN
TRADELINK_ENTITY
GET /rest/permissions/allowed-actions HTTP/1.1 Host: Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Successful response
{ "userId": "text", "allowedActions": [ "READ" ] }