Skip to main content

Submit Bulk Approval Request

POST 

/suggested-entitlement-description-approvals

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.

Submit Bulk Approval Request for SED. Request body takes list of SED Ids. API responses with list of SED Approval Status

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Body

array

required

Sed Approval

  • Array [

  • items uuid[]

    List of SED id's

  • ]

Responses

List of SED Approval Status

Schema

  • Array [

  • failedReason string

    failed reason will be display if status is failed

    id uuid

    Sed id

    status string

    SUCCESS | FAILED

  • ]

Loading...