[
{
"email": "string",
"customerRoleId": "string",
"isActive": true,
"hasCompanyAccess": true,
"hasAllBranchesAccess": true,
"branchIds": [
"string"
]
}
]curl --location --request POST 'https://platform.shopranos.eu/api/users/InviteCustomerUser' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"email": "string",
"customerRoleId": "string",
"isActive": true,
"hasCompanyAccess": true,
"hasAllBranchesAccess": true,
"branchIds": [
"string"
]
}
]'{
"results": [
{
"email": "user@example.com",
"sent": true,
"failureReason": "UserAlreadyConfirmed"
}
]
}