Skip to main content

Bulk update common access status

POST 

/common-access/update-status

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 submits an update request to the common access application. At this time there are no parameters. Requires authorization scope of iai:access-modeling:update

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Body

array

required

Confirm or deny in bulk the common access ids that are (or aren't) common access

  • Array [

  • confirmedIds uuid[]

    List of confirmed common access ids.

    deniedIds uuid[]

    List of denied common access ids.

  • ]

Responses

Accepted - Returned if the request was successfully accepted into the system.

Schema

    object

Loading...