Skip to main content

Update Access Profile(s) requestable field.

POST 

/access-profiles/bulk-update-requestable

This API initiates a bulk update of field requestable for one or more Access Profiles.

If any of the indicated Access Profiles is exists in Organization,then those Access Profiles will be added in updated list of the response.Requestable field of these Access Profiles marked as true or false.

If any of the indicated Access Profiles is not does not exists in Organization,then those Access Profiles will be added in notFound list of the response. Access Profiles marked as notFound will not be updated. A token with API, ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API. In addition, a SOURCE_SUBADMIN may only use this API to update Access Profiles which are associated with Sources they are able to administer.

Request

Body

arrayrequired
  • Array [
  • id string

    Access Profile ID.

    requestable boolean

    Access Profile is requestable or not.

  • ]

Responses

List of updated and not updated Access Profiles.

Schema
  • Array [
  • id stringrequired

    Identifier of Access Profile in bulk update request.

    requestable booleanrequired

    Access Profile requestable or not.

    status stringrequired

    The HTTP response status code returned for an individual Access Profile that is requested for update during a bulk update operation.

    201 - Access profile is updated successfully.

    404 - Access profile not found.

    description string

    Human readable status description and containing additional context information about success or failures etc.

  • ]
Loading...