Return resources on which the user is allowed to perform the requested action.
Id of the target user or me for the current user
me
ACCOUNT
ENTITY
GROUP
POLICY
WHITELIST
TRADELINK_CUSTODIAN
TRADELINK_ENTITY
Allowed action on the resource
READ
EDIT
SEND
STAKE
DEPLOY_CONTRACT
EXECUTE_CONTRACT
SIGN_DIGESTS
SIGN_MESSAGE
GET /rest/permissions/resources?action=READ HTTP/1.1 Host: Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Successful response
{ "userId": "text", "action": "text", "resources": [ { "resourceType": "ACCOUNT", "resourceId": "text" } ] }