Get Auto Entitlement Policies By Organization ID
DescriptionList the Auto Entitlement Policies for an Organization
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Member | ✔️ | ❌ |
Organization Admin | ✔️ | ❌ |
Organization Owner | ✔️ | ❌ |
Request
URLURL
Path Parameters
Path Parameters
Unique identifier (GUID) of the organization.
Query Parameters
Query Parameters
Specifies the maximum results per page for every call.
Specifies the index that the set of results will begin with
Authentication
Response
Response BodyResponse Body
200 OK
Successfully fetched list of Auto Entitlement Policies for the Organization
{
"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
Bad request for listing the Auto Entitlement Policies for the Organization
The user is not authorized to use the API
The user is forbidden to use the API
The requested resource could not be found
The user has sent too many requests
An unexpected error has occurred while processing the request