Organizations
cURL
curl --request GET \ --url https://api-sandbox.y.uno/v1/organizations/users/{user_id}/account-permissions \ --header 'PRIVATE-SECRET-KEY: <api-key>' \ --header 'PUBLIC-API-KEY: <api-key>'
{ "permissions": [ { "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "account_name": "<string>", "role_id": "<string>", "role_name": "<string>" } ] }
Returns all account permission assignments for a user.
User UUID.
OK
Show child attributes
Was this page helpful?