/api/users/permissions/{userId}
Request
Body Params application/json
{
"globalPermission": "None",
"entityPermissions": [
{
"entity": "string",
"scopePermissions": [
{
"scope": "None",
"permission": "None"
}
]
}
]
}
Request Code Samples
curl --location --request PUT 'https://platform.shopranos.eu/api/users/permissions/' \
--header 'x-companyid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"globalPermission": "None",
"entityPermissions": [
{
"entity": "string",
"scopePermissions": [
{
"scope": "None",
"permission": "None"
}
]
}
]
}'
Responses
This response does not have a body.
Modified at 2026-03-16 11:47:41