Get orgs and roles for authenticated user
GET/:realm/orgs/me
Get a list of all organizations that the user is a member and their roles in those organizations. Similar idea to /userinfo in OIDC.
Request
Path Parameters
realm stringrequired
realm name (not id!)
Responses
- 200
success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
property name*
MyOrganizationRepresentation
name string
displayName string
url string
attributes
object
property name*
string[]
string
roles string[]
{}
Loading...