Org Management (Admin)
Organization management functions.
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
OAuth2authorizationCodeRequiredToken URL:
An OIDC service account that was authenticated.
Query parameters
limitinteger Β· int32OptionalDefault:
The maximum number of rows to return
1024startinteger Β· int32OptionalDefault:
The starting index for pagination.
0Responses
200
OK
*/*
401
Unauthorized
*/*
get
/directory/admin/orgsLast updated