List organizations for the given user
GET/:realm/users/:userId/orgs
List organizations for the given user
Request
Path Parameters
realm stringrequired
realm name (not id!)
userId stringrequired
user id
Responses
- 200
success
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
id string
name string
displayName string
url string
realm string
domains string[]
attributes
object
property name*
string[]
string
[
{
"id": "string",
"name": "string",
"displayName": "string",
"url": "string",
"realm": "string",
"domains": [
"string"
],
"attributes": {}
}
]
Loading...