Get roles for this organization
GET/:realm/orgs/:orgId/roles
Get roles for this organization
Request
Path Parameters
realm stringrequired
realm name (not id!)
orgId stringrequired
organization id
Responses
- 200
success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id string
name string
description string
[
{
"id": "string",
"name": "string",
"description": "string"
}
]