Role Detail (GraphQL)
Fetches a single role by its IRI id, returning its full permission set.
Operation
| Operation | Type | Purpose |
|---|---|---|
adminSettingsRole(id:) | Query | Fetch one role with all fields |
Quirks
idis the IRI form (/api/admin/settings/roles/{id});_idis the numeric id.- For a
customrole,permissionsis the full string array of granted permission keys. - For an
allrole,permissionsisnull— the role has full access with no explicit key list.
TIP
All operations require an admin Bearer token — see Authentication.

