Request
Body Params application/json
[
{
"id": "string",
"name": "string",
"email": "string",
"customerRoleId": "string",
"isActive": true,
"branchIds": [
"string"
],
"hasAllBranchesAccess": true,
"hasCompanyAccess": true
}
]
Request samples
curl --location --request POST 'https://platform.shopranos.eu/api/Users/InviteCustomers' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "string",
"name": "string",
"email": "string",
"customerRoleId": "string",
"isActive": true,
"branchIds": [
"string"
],
"hasAllBranchesAccess": true,
"hasCompanyAccess": true
}
]'
Responses
application/json Modified at 2025-02-19 07:54:26