cURL
curl --request PUT \ --url https://app.essentry.com/api/v2/access-control/access-profile-groups/{sourceId}/access-profiles \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "accessProfiles": [ { "id": "<string>", "name": "<string>", "description": "<string>" } ] } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the access profile group to which the access profiles belong.
Show child attributes
There is no content to send for this request, but the headers may be useful.