Retrieves identities for a potential role in a role mining session

GET {{baseUrl}}/role-mining-sessions/:sessionId/potential-roles/:potentialRoleId/identities

This method returns identities for a potential role in a role mining session.

Request Params

KeyDatatypeRequiredDescription
sortersstringSort results using the standard syntax described in V3 API Standard Collection Parameters

Sorting is supported for the following fields: name | | filters | string | | Filter results using the standard syntax described in V3 API Standard Collection Parameters

Filtering is supported for the following fields and operators:

name: sw | | 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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"name":"Allene Abernathy-Welch","attributes":{"jobTitle":"SQL Developer","department":"IT","location":"NYC","firstName":"Allene"}},{"name":"Allene Abernathy-Welch","attributes":{"jobTitle":"SQL Developer","department":"IT","location":"NYC","firstName":"Allene"}}]