List organization roles for the given user and org
GET/:realm/users/:userId/orgs/:orgId/roles
List organization roles for the given user and org
Request
Path Parameters
realm stringrequired
realm name (not id!)
userId stringrequired
user 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"
}
]
Loading...