Skip to main content

Get organization invitations

Get a paginated list of invitations to an organization, using an optional search query for email address.

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 [
  • id string
  • email string
  • inviterId string
  • organizationId string
  • roles string[]
  • ]
Loading...