Skip to main content

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

success

Schema

    property name*

    MyOrganizationRepresentation

    name string
    displayName string
    url string

    attributes

    object

    property name*

    string[]

  • Array [

  • string

  • ]

  • roles string[]
Loading...