Documentation for Axxon Next 4.5.0. Documentation for other versions of Axxon Next is available too.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

On this page:

Usuń przypisanie użytkownika do danej roli

{
    "method": "axxonsoft.bl.security.SecurityService.ChangeConfig",
    "data": {
        "removed_users_assignments": [
            {
                "user_id": "26248a39-584f-4efb-8ad6-ccfb026b4c26",
                "role_id": "2b74c26e-eb61-4499-b763-9df13148fb81"
            }
        ]
    }
}

Usuń użytkownika

{
    "method": "axxonsoft.bl.security.SecurityService.ChangeConfig",
    "data": {
        "removed_users": ["52537c93-3efc-4465-b553-1c1ccf42faef"]
    }
}

Usuń rolę

{
    "method": "axxonsoft.bl.security.SecurityService.ChangeConfig",
    "data": {
        "removed_roles": ["75863211-6fe5-4a79-9abf-f8137b1e767c"]
    }
}
  • No labels