{
"notifyInvitedUsers": true,
"userInvitationRequests": [
{
"countries": [
{
"countryCode": "string"
}
],
"permissionSet": {
"customPermissionSet": [
{
"name": "string"
}
],
"role": {
"name": "string"
},
"type": "string"
},
"user": {
"emailAddress": "string",
"userName": "string"
}
}
]
}curl --location '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.CreateUserInvitations.v1+json' \
--data '{
"notifyInvitedUsers": true,
"userInvitationRequests": [
{
"countries": [
{
"countryCode": "string"
}
],
"permissionSet": {
"customPermissionSet": [
{
"name": "string"
}
],
"role": {
"name": "string"
},
"type": "string"
},
"user": {
"emailAddress": "string",
"userName": "string"
}
}
]
}'{}