{
"notifyInvitedUsers": true,
"updates": [
{
"invitationId": "string",
"state": "string"
}
]
}curl --location --request PUT 'https://www.amazon.com/ap/oa/user-invitations' \
--header 'Amazon-Ads-AccountId;' \
--header 'Amazon-Ads-ManagerAccountId;' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Content-Type: application/vnd.UpdateUserInvitations.v1+json' \
--data '{
"notifyInvitedUsers": true,
"updates": [
{
"invitationId": "string",
"state": "string"
}
]
}'{}