GET /api/v1/roles
Requires roles.read permission. Returns both system-defined roles and any custom roles created for the current organization.
Response
Array of roles.
Errors
| Status | When |
|---|---|
401 | Missing or invalid Bearer token |
403 | Caller lacks roles.read permission |