Skip to main content

Generate insights for roles

POST 

/role-insights/requests

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.

Submits a create role insights request to the role insights application. At this time there are no parameters. All business roles will be processed for the customer.

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

Submitted a role insights generation 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...