Org Management (Admin)

Organization management functions.

Retrieve a list of organizations for admin users.

get

This endpoint allows admin users to list all organizations within the system. It supports pagination through the 'limit' and 'start' parameters, enabling efficient data retrieval. Use this to manage organizational data effectively.

πŸ’» Service Credentials is required to access this service.

πŸ”’ Permission: org.directory.list is required in order for the call to succeed. You must configure permissions for the person or service calling this endpoint and add this permission to their identity.

Authorizations
OAuth2authorizationCodeRequired

An OIDC service account that was authenticated.

Token URL:
Query parameters
limitinteger Β· int32Optional

The maximum number of rows to return

Default: 1024
startinteger Β· int32Optional

The starting index for pagination.

Default: 0
Responses
200

OK

*/*
get
/directory/admin/orgs

Last updated