Retrieves all saved potential roles
GET {{baseUrl}}/role-mining-potential-roles/saved
This method returns all saved potential roles (draft roles).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sorters | string | Sort results using the standard syntax described in V3 API Standard Collection Parameters Sorting is supported for the following fields: modified | |
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
[{"name":"Saved RM Session - 07/10","description":"Person who develops software","identityIds":["2c918090761a5aac0176215c46a62d58","2c918090761a5aac01722015c46a62d42"],"entitlementIds":["2c91808a7624751a01762f19d665220d","2c91808a7624751a01762f19d67c220e"],"excludedEntitlements":["07a0b4e2","13b4e2a0"],"modified":"2020-09-16T18:49:32.150Z","type":"SPECIALIZED","id":"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923","createdDate":"1950-11-15T17:18:24.317Z","modifiedDate":"1955-04-26T04:11:39.324Z"},{"name":"Saved RM Session - 07/10","description":"Person who develops software","identityIds":["2c918090761a5aac0176215c46a62d58","2c918090761a5aac01722015c46a62d42"],"entitlementIds":["2c91808a7624751a01762f19d665220d","2c91808a7624751a01762f19d67c220e"],"excludedEntitlements":["07a0b4e2","13b4e2a0"],"modified":"2020-09-16T18:49:32.150Z","type":"SPECIALIZED","id":"e0cc5d7d-bf7f-4f81-b2af-8885b09d9923","createdDate":"1987-01-11T18:56:23.690Z","modifiedDate":"2011-08-24T17:42:18.110Z"}]