Skip to main content

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

success

Schema

  • Array [

  • id string
    name string
    displayName string
    url string
    realm string
    domains string[]

    attributes

    object

    property name*

    string[]

  • Array [

  • string

  • ]

  • ]

Loading...