Retrieves all role mining sessions
GET {{baseUrl}}/role-mining-sessions
Returns all role mining sessions that match the query parameters
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filters | string | Filter results using the standard syntax described in V3 API Standard Collection Parameters |
Filtering is supported for the following fields and operators:
saved: eq
name: eq, sw |
| sorters
| string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters
Sorting is supported for the following fields: createdBy, createdDate |
| 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. |
| limit
| number | | Max number of results to return.
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 |
---|---|---|---|
X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
Accept | string |
RESPONSES
status: OK
[{"scope":{"identityIds":[],"criteria":"source.name:DataScienceDataset","attributeFilterCriteria":[{"displayName":{"untranslated":"Location: Miami"},"ariaLabel":{"untranslated":"Location: Miami"},"data":{"displayName":{"translateKey":"IDN.IDENTITY_ATTRIBUTES.LOCATION"},"name":"location","operator":"EQUALS","values":["Miami"]}}]},"pruneThreshold":50,"prescribedPruneThreshold":10,"minNumIdentitiesInPotentialRole":20,"potentialRoleCount":0,"potentialRolesReadyCount":0,"type":"SPECIALIZED","emailRecipientId":"2c918090761a5aac0176215c46a62d58","identityCount":0,"saved":true,"name":"Saved RM Session - 07/10"},{"scope":{"identityIds":[],"criteria":"source.name:DataScienceDataset","attributeFilterCriteria":[{"displayName":{"untranslated":"Location: Miami"},"ariaLabel":{"untranslated":"Location: Miami"},"data":{"displayName":{"translateKey":"IDN.IDENTITY_ATTRIBUTES.LOCATION"},"name":"location","operator":"EQUALS","values":["Miami"]}}]},"pruneThreshold":50,"prescribedPruneThreshold":10,"minNumIdentitiesInPotentialRole":20,"potentialRoleCount":0,"potentialRolesReadyCount":0,"type":"SPECIALIZED","emailRecipientId":"2c918090761a5aac0176215c46a62d58","identityCount":0,"saved":true,"name":"Saved RM Session - 07/10"}]