[
{
"Id": "string",
"email": "string",
"customerRoleId": "string",
"isActive": true,
"hasCompanyAccess": true,
"hasAllBranchesAccess": true,
"branchIds": [
"string"
],
"storeIds": [
"string"
]
}
]
curl --location --request POST 'https://platform.shopranos.eu/api/users/InviteCustomers' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"Id": "string",
"email": "string",
"customerRoleId": "string",
"isActive": true,
"hasCompanyAccess": true,
"hasAllBranchesAccess": true,
"branchIds": [
"string"
],
"storeIds": [
"string"
]
}
]'
{}