Get Application Pool Entitlements

Get Application Pool Entitlements

Returns the IDs of users or groups entitled to a given application pool.

Request
URI
GET
https://{api_host}//localhost/rest/entitlements/v1/application-pools/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns EntitlementInfo of type(s) */*
{
    "ad_user_or_group_ids": [
        "S-1-1-1-3965912346-1012345398-3123456564-123",
        "S-1-2-3-3123456786-1012345398-3123456784-124"
    ],
    "id": "855ea6c5-720a-41e1-96f4-958c90e6e424"
}
array of string
ad_user_or_group_ids
Optional

List of ad-user-or-group SIDs which are entitled to the given resource.

string
id
Optional

Unique ID representing the resource.
Supported Filters : 'Equals'.


401

User is not authenticated

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure