Retrieves potential role source usage

GET {{baseUrl}}/role-mining-potential-roles/:potentialRoleId/sources/:sourceId/identityUsage

This method returns source usageCount (as number of days in the last 90 days) for each identity in a potential role.

Request Params

KeyDatatypeRequiredDescription
sortersstringSort results using the standard syntax described in V3 API Standard Collection Parameters Sorting is supported for the following fields: displayName, email, usageCount
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
X-SailPoint-Experimentalboolean(Required) Use this header to enable this experimental API.
Acceptstring

RESPONSES

status: OK

[{"id":"2c918089762475180176267f894b54dc","displayName":"Kirk Koepp","email":"kirk.koepp@testmail.identitynow.com","usageCount":25},{"id":"2c918089762475180176267f894b54dc","displayName":"Kirk Koepp","email":"kirk.koepp@testmail.identitynow.com","usageCount":25}]