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.

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

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...