Retrieves all saved potential roles

GET {{baseUrl}}/role-mining-potential-roles/saved

This method returns all saved potential roles (draft roles).

Request Params

KeyDatatypeRequiredDescription
sortersstringSort results using the standard syntax described in V3 API Standard Collection Parameters Sorting is supported for the following fields: modified
offsetnumberOffset into the full result set. Usually specified with limit to paginate through the results.
See V3 API Standard Collection Parameters for more information.
limitnumberMax number of results to return.
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

[{"description":"Person who develops software","identityIds":["2c918090761a5aac0176215c46a62d58","2c918090761a5aac01722015c46a62d42"],"entitlementIds":["2c91808a7624751a01762f19d665220d","2c91808a7624751a01762f19d67c220e"],"excludedEntitlements":["07a0b4e2","13b4e2a0"],"modified":"2020-09-16T18:49:32.150Z","name":"Saved RM Session - 07/10","type":"SPECIALIZED"},{"description":"Person who develops software","identityIds":["2c918090761a5aac0176215c46a62d58","2c918090761a5aac01722015c46a62d42"],"entitlementIds":["2c91808a7624751a01762f19d665220d","2c91808a7624751a01762f19d67c220e"],"excludedEntitlements":["07a0b4e2","13b4e2a0"],"modified":"2020-09-16T18:49:32.150Z","name":"Saved RM Session - 07/10","type":"SPECIALIZED"}]