Skip to main content

Get orgs and roles for authenticated user

Get a list of all organizations that the user is a member and their roles in those organizations. Similar idea to /userinfo in OIDC.

Path Parameters
  • realm string required

    realm name (not id!)

Responses

success


Schema
  • property name* object (MyOrganizationRepresentation)
  • name string
  • displayName string
  • url string
  • attributes object
  • property name* object
  • Array [
  • string
  • ]
  • roles string[]
Loading...