Skip to main content

Get organizations

Get a paginated list of organizations using optional search query parameters.

Path Parameters
  • realm string required

    realm name (not id!)

Query Parameters
  • search string

    search by name

  • first int32
  • max int32
  • q string

    search by attributes using the format k1:v1,k2:v2

Responses

success


Schema
  • Array [
  • id string
  • name string
  • displayName string
  • url string
  • realm string
  • domains string[]
  • attributes object
  • property name* object
  • Array [
  • string
  • ]
  • ]
Loading...