Skip to main content

Return access request identity metrics

GET 

https://sailpoint.api.identitynow.com/v2025/access-request-identity-metrics/:identityId/requested-objects/:requestedObjectId/type/:type

Use this API to return information access metrics.

Request

Path Parameters

    identityId stringrequired

    Manager's identity ID.

    Example: 7025c863-c270-4ba6-beea-edf3cb091573
    requestedObjectId stringrequired

    Requested access item's ID.

    Example: 2db501be-f0fb-4cc5-a695-334133c52891
    type stringrequired

    Possible values: [ENTITLEMENT, ROLE, ACCESS_PROFILE]

    Requested access item's type.

    Example: ENTITLEMENT

Responses

Summary of the resource access and source activity for the direct reports of the provided manager.

Schema
  • Array [
  • identitiesWithAccessint64nullable

    A count of the provided manager's direct reports that have already been granted the access item in question.

    Example: 8
    identitiesWithActivityint64nullable

    A count of the provided manager's direct reports that have activity within the associated source.

    Example: 5
    totalIdentitiesint64nullable

    Total number of identities who share a manager with the identity requesting access.

    Example: 10
    squadAvailableboolean

    True if the manager's ID can be found. False if the manager's ID cannot be found.

    Default value: false
    Example: true
    validActivityObjectboolean

    True if the requested access item is associated with a single Activity Data Insights connector source. False if the requested access item type is a role. If it's a role, it matches to multiple sources, so a single relevant source can't be determined for activity metrics.

    Default value: false
    Example: true
    activitySourceConfiguredboolean

    True if the Activity Data Insights connector is configured for the source associated with the requested access item. False if the matching Activity Data Insights connector is not configured.

    Default value: false
    Example: true
    requestedObjectActiveboolean

    True if the requested access item exists and is available. False if the requested access item is either missing or deleted.

    Default value: false
    Example: true
  • ]

Authorization: oauth2

type: Personal Access Token
scopes: idn:access-request-approvals:read
user levels: ORG_ADMIN, SOURCE_ADMIN

Request Collapse all
Base URL
https://sailpoint.api.identitynow.com/v2025
Auth
Parameters
— pathrequired
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!