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>"
}
]
}
'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>"
}
]
}
'Documentation Index
Fetch the complete documentation index at: https://integrate.essentry.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth 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.