Skip to main content

Get organization memberships

Get a paginated list of users who are a member of the specified organization.

Path Parameters
  • realm string required

    realm name (not id!)

  • orgId string required

    organization id

Query Parameters
  • search string
  • first int32
  • max int32
Responses

success


Schema
  • Array [
  • attributes object
  • createdTimestamp int64
  • email string
  • emailVerified boolean
  • enabled boolean
  • firstName string
  • groups string[]
  • id string
  • lastName string
  • username string
  • ]
Loading...