Skip to main content

Bulk update common access status

POST 

/common-access/update-status

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

Body

arrayrequired

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