v13

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-04237161688.6 KB
Organization Domains

Get a list of all domains of an organization.

Get a list of all domains of an organization.

get/organizations/{organization_id}/domains

Path parameters

organization_idstring required

The organization ID.

Query parameters

verifiedstring

Filter domains by their verification status. true or false

enrollment_modestring

Filter domains by their enrollment mode. Accepts automatic_invitation, automatic_suggestion, manual_invitation or enterprise_sso. Prefix a value with - to exclude it instead (e.g. -enterprise_sso). Include and exclude filters can be combined and compose as AND.

limitinteger

Applies a limit to the number of results returned. Can be used for paginating the results together with offset.

offsetinteger

Skip the first offset results when paginating. Needs to be an integer greater or equal to zero. To be used in conjunction with limit.

Response

A list of organization domains

total_countinteger required

Total number of organization domains