Update Access Profile(s) requestable field.
POST {{baseUrl}}/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, ORGADMIN, SOURCEADMIN, or SOURCESUBADMIN authority is required to call this API. In addition, a SOURCESUBADMIN may only use this API to update Access Profiles which are associated with Sources they are able to administer.
Request Body
{"0"=>{"id"=>"464ae7bf-791e-49fd-b746-06a2e4a89635", "requestable"=>false}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |