Skip to main content

Retrieves a list of organization units

GET 

/organization-units

Retrieves a list of organization units

Request

Query Parameters

    filter object

    Organization unit filter

    limit int32

    Possible values: >= 1 and <= 100

    Default value: 10

    The maximum number of organization units to return

    cursor string

    The cursor to use to retrieve the next page of organization units

Responses

OK

Schema

    organizationUnits

    object[]

    The list of organization units

  • Array [

  • id string
    reference string
    name stringrequired
    internal_name string

    parent_id

    object

    oneOf

    string

    created_at date-time
    updated_at date-time
    deleted_at date-time
  • ]

  • cursor

    object

    cursor

    self string

    Pagination link|cursor pointing to the current page.

    first string

    Pagination link|cursor pointing to the first page.

    prev string

    Pagination link|cursor pointing to the previous page.

    next string

    Pagination link|cursor pointing to the next page.

    last string

    Pagination link|cursor pointing to the last page.

Loading...