Organization Group

List organization group organizations

Get organizations for an organization group object. Returned objects contain subset of organization attributes.

<Callout type="info"> The endpoint provides read-only view for users with the `organization_group_admin` role for managing memberships. </Callout>
get/api/v1/organization_groups/{organizationGroupID}/organizations

Path parameters

organizationGroupIDinteger required

A unique integer value identifying organization group.

Query parameters

page_sizeinteger

Number of results per page

cursorstring

A value used for cursor-based pagination. Obtain this value from the next or previous URLs in a paginated response. Do not construct cursor values manually.

Response

OK

Example response

{
  "results": [
    {
      "id": 321,
      "url": "https://example.rossum.app/api/v1/organization_groups/42/organizations/321",
      "name": "East West Trading Co"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.