List role's Entitlements
GET {{baseUrl}}/roles/:id/entitlements
This API lists the Entitlements associated with a given role.
A token with API, ORGADMIN, ROLEADMIN, or ROLE_SUBADMIN 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. |
| filters
| string | | Filter results using the standard syntax described in V3 API Standard Collection Parameters
Filtering is supported for the following fields and operators:
id: eq, in
name: eq, sw
attribute: eq, sw
value: eq, sw
created: gt, lt, ge, le
modified: gt, lt, ge, le
owner.id: eq, in
source.id: eq, in |
| sorters
| string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters
Sorting is supported for the following fields: name, attribute, value, created, modified |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
Accept | string |
RESPONSES
status: OK
[{"id":"2c91808874ff91550175097daaec161c","name":"LauncherTest2","created":"2020-10-08T18:33:52.029Z","modified":"2020-10-08T18:33:52.029Z","attribute":"memberOf","value":"CN=LauncherTest2,OU=LauncherTestOrg,OU=slpt-automation,DC=TestAutomationAD,DC=local","sourceSchemaObjectType":"group","privileged":true,"cloudGoverned":true,"description":"CN=LauncherTest2,OU=LauncherTestOrg,OU=slpt-automation,DC=TestAutomationAD,DC=local","requestable":true,"attributes":{"fieldName":"fieldValue"},"source":{"id":"2c9180827ca885d7017ca8ce28a000eb","type":"SOURCE","name":"ODS-AD-Source"},"owner":{"id":"2a2fdacca5e345f18bf7970cfbb8fec2","name":"identity 1","type":"IDENTITY"},"directPermissions":[{"rights":["SELECT","SELECT"],"target":"SYS.GV_$TRANSACTION"},{"rights":["SELECT","SELECT"],"target":"SYS.GV_$TRANSACTION"}],"segments":["f7b1b8a3-5fed-4fd4-ad29-82014e137e19","29cb6c06-1da8-43ea-8be4-b3125f248f2a"],"manuallyUpdatedFields":{"DISPLAY_NAME":true,"DESCRIPTION":true},"accessModelMetadata":{"attributes":[{"key":"iscPrivacy","name":"Privacy","multiselect":false,"status":"active","type":"governance","objectTypes":["all"],"description":"Specifies the level of privacy associated with an access item.","values":[{"value":"public","name":"Public","status":"active"}]}]}},{"id":"2c91808874ff91550175097daaec161c","name":"LauncherTest2","created":"2020-10-08T18:33:52.029Z","modified":"2020-10-08T18:33:52.029Z","attribute":"memberOf","value":"CN=LauncherTest2,OU=LauncherTestOrg,OU=slpt-automation,DC=TestAutomationAD,DC=local","sourceSchemaObjectType":"group","privileged":true,"cloudGoverned":true,"description":"CN=LauncherTest2,OU=LauncherTestOrg,OU=slpt-automation,DC=TestAutomationAD,DC=local","requestable":true,"attributes":{"fieldName":"fieldValue"},"source":{"id":"2c9180827ca885d7017ca8ce28a000eb","type":"SOURCE","name":"ODS-AD-Source"},"owner":{"id":"2a2fdacca5e345f18bf7970cfbb8fec2","name":"identity 1","type":"IDENTITY"},"directPermissions":[{"rights":["SELECT","SELECT"],"target":"SYS.GV_$TRANSACTION"},{"rights":["SELECT","SELECT"],"target":"SYS.GV_$TRANSACTION"}],"segments":["f7b1b8a3-5fed-4fd4-ad29-82014e137e19","29cb6c06-1da8-43ea-8be4-b3125f248f2a"],"manuallyUpdatedFields":{"DISPLAY_NAME":true,"DESCRIPTION":true},"accessModelMetadata":{"attributes":[{"key":"iscPrivacy","name":"Privacy","multiselect":false,"status":"active","type":"governance","objectTypes":["all"],"description":"Specifies the level of privacy associated with an access item.","values":[{"value":"public","name":"Public","status":"active"}]}]}}]