Example use cases
-
Get current organization
-
Get organization with custom fields and teams
Organization search response fields
Below are all the fields you may see in an organization search result. Many are optional and will only appear if included in yourinclude_fields parameter.
Core fields
Extended fields (with include_fields)
Standard field structure
WhenstandardFields is included, each field object contains:
For a full list, see the OrganizationSearchResponseDto in the API reference.
Include fields options
Use theinclude_fields parameter to include additional data:
standardFields: Include standard field definitionscustomFields: Include custom field definitionscustomFieldValues: Include custom field valuesteams: Include teams in the organizationsources: Include configured sources
Tip: Use the
include_fields parameter to limit the response to only the fields you need for performance and clarity. Only request extended fields when you need the additional data.