Go to documentation repository
Documentation for Axxon Next 4.4.6. Documentation for other versions of Axxon Next is available too.
Previous page Next page
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