Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Organizations
cURL
curl --request GET \ --url https://api-sandbox.y.uno/v1/organizations/roles \ --header 'PRIVATE-SECRET-KEY: <api-key>' \ --header 'PUBLIC-API-KEY: <api-key>'
[ { "id": "rol_AbCdEfGhIjKl", "name": "Admin", "description": "<string>", "admin": true, "permission_ids": [ "<string>" ], "testing_permission_ids": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ]
List Yuno default and organization custom roles.
OK
"rol_AbCdEfGhIjKl"
"Admin"
account
organization
Was this page helpful?