Get Nested Enterprise Groups From Custom Group By Organization ID And Group ID
DescriptionGet nested enterprise groups from custom group
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Admin | ✔️ | ✔️ |
Organization Owner | ✔️ | ✔️ |
Request
URLURL
Path Parameters
Path Parameters
Unique identifier (GUID) of the organization.
Unique identifier of the group.
Query Parameters
Query Parameters
Specifies the maximum results per page for every call.
Specifies the index that the set of results will begin with
Search criteria: the string to be search within the group display name
Authentication
Response
Response BodyResponse Body
200 OK
{
"nextLink": "/csp/serviceName/ResourceName?pageStart=60&pageLimit=15",
"prevLink": "/csp/serviceName/ResourceName?pageStart=30&pageLimit=15",
"totalResults": 2000
}
Relative path to next page if exists. Not returned for POST requests.
Relative path to previous page if exists. Not returned for POST requests.
Total number of results if available.
Errors
Group not part of the organization
The user is not authorized to use the API
The user is forbidden to use the API
Organization with this identifier is not found. | Group with this identifier is not found.
The user has sent too many requests
An unexpected error has occurred while processing the request