Account Entitlements
GET {{baseUrl}}/accounts/:id/entitlements
This API returns entitlements of the account.
A token with ORGADMIN, SOURCEADMIN, SOURCE_SUBADMIN, or HELPDESK authority is required to call this API.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Max number of results to return. | |
See V3 API Standard Collection Parameters for more information. | |||
offset | number | Offset into the full result set. Usually specified with limit to paginate through the results. | |
See V3 API Standard Collection Parameters for more information. | |||
count | boolean | If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored. |
Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.
See V3 API Standard Collection Parameters for more information. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"name":"aName","id":"id12345","created":"2015-05-28T14:07:17Z","modified":"2015-05-28T14:07:17Z","attribute":"authorizationType","value":"CN=Users,dc=sailpoint,dc=com","description":"Active Directory DC","attributes":{"GroupType":"Security","sAMAccountName":"Buyer"},"sourceSchemaObjectType":"group","privileged":false,"cloudGoverned":false,"source":{"type":"SOURCE","id":"2c9180835d191a86015d28455b4b232a","name":"HR Active Directory"}},{"name":"aName","id":"id12345","created":"2015-05-28T14:07:17Z","modified":"2015-05-28T14:07:17Z","attribute":"authorizationType","value":"CN=Users,dc=sailpoint,dc=com","description":"Active Directory DC","attributes":{"GroupType":"Security","sAMAccountName":"Buyer"},"sourceSchemaObjectType":"group","privileged":false,"cloudGoverned":false,"source":{"type":"SOURCE","id":"2c9180835d191a86015d28455b4b232a","name":"HR Active Directory"}}]