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

KeyDatatypeRequiredDescription
limitnumberMax number of results to return.
See V3 API Standard Collection Parameters for more information.
offsetnumberOffset into the full result set. Usually specified with limit to paginate through the results.
See V3 API Standard Collection Parameters for more information.
countbooleanIf 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

KeyDatatypeRequiredDescription
Acceptstring

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"}}]