Organizations
cURL
curl --request PATCH \ --url https://api-sandbox.y.uno/v1/organizations/users/{user_id}/account-permissions \ --header 'Content-Type: application/json' \ --header 'PRIVATE-SECRET-KEY: <api-key>' \ --header 'PUBLIC-API-KEY: <api-key>' \ --data ' { "account_permissions": [ { "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "role_id": "<string>" } ] } '
{ "permissions": [ { "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "account_name": "<string>", "role_id": "<string>", "role_name": "<string>" } ] }
Partially updates account permissions. Adds or updates the specified entries without removing existing ones.
User UUID.
Show child attributes
OK
Was this page helpful?