Go to documentation repository
Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.
On this page:
Unlink a user from a role
{ "method": "axxonsoft.bl.security.SecurityService.ChangeConfig", "data": { "removed_users_assignments": [ { "user_id": "26248a39-584f-4efb-8ad6-ccfb026b4c26", "role_id": "2b74c26e-eb61-4499-b763-9df13148fb81" } ] } }
Remove a user
{ "method": "axxonsoft.bl.security.SecurityService.ChangeConfig", "data": { "removed_users": ["52537c93-3efc-4465-b553-1c1ccf42faef"] } }
Remove a role
{ "method": "axxonsoft.bl.security.SecurityService.ChangeConfig", "data": { "removed_roles": ["75863211-6fe5-4a79-9abf-f8137b1e767c"] } }
Overview
Content Tools