/api/Users/customeruser-membership/{userId}
Request
Body Params application/json
{
"customerId": "string",
"isActive": true,
"branches": [
"string"
],
"hasAllBranchesAccess": true,
"customerRoleId": "string",
"hasCompanyAccess": true
}
Request samples
curl --location --request PUT 'https://platform.shopranos.eu/api/Users/customeruser-membership/' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": "string",
"isActive": true,
"branches": [
"string"
],
"hasAllBranchesAccess": true,
"customerRoleId": "string",
"hasCompanyAccess": true
}'
Responses
application/json Modified at 2025-02-19 07:54:26