Skip to main content

Returns metadata from prior request.

GET 

/role-insights/requests/:id

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

This endpoint returns details of a prior role insights request.

Request

Path Parameters

    id stringrequired

    The role insights request id

    Example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

Succeeded. Returns details of an earlier role insights request.

Schema

    id string

    Request Id for a role insight generation request

    createdDate date-time

    The date-time role insights request was created.

    lastGenerated date-time

    The date-time role insights request was completed.

    numberOfUpdates integer

    Total number of updates for this request. Starts with 0 and will have correct number when request is COMPLETED.

    roleIds string[]

    The role IDs that are in this request.

    status string

    Possible values: [CREATED, IN PROGRESS, COMPLETED, FAILED]

    Request status

Loading...