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.
Returns the workspace role groups and their subroles, used when claiming roles.
cURL
curl --request GET \ --url https://api.readmin.app/sessions/v2/roles \ --header 'loader-id: <api-key>'
{ "success": true, "data": [ { "id": "<string>", "name": "<string>", "roles": [ { "id": "<string>", "name": "<string>" } ] } ] }
Successful operation
Show child attributes