Skip to main content

List suborganizations

Retrieve a list of all descendant organizations.

Query Parameters
  • filter string

    A filter to be applied to the result list, using the SCIM 2.0 Filter syntax.

    Example (org_name_eq): name eq "my_org"
    Example (org_name_co): name co "some_str"
    Example (org_name_sw): name sw "my_prefix"
    Example (org_id_eq): id eq "0be15c7a-a72d-47c4-ab9a-9a88bac3416d"
    Example (parent_org_id_eq): parent_org_id eq "0be15c7a-a72d-47c4-ab9a-9a88bac3416d"
Header Parameters
  • SlashID-OrgID string required

    The organization ID

    Example: af5fbd30-7ce7-4548-8b30-4cd59cb2aba1
Responses

OK


Schema
  • meta object
  • pagination object
  • limit integer
  • offset integer
  • total_count int64
  • errors object[]
  • httpcode integer
  • message string
  • result string[]