# required_system_role

## Required System Role

====
This job modifies users or groups and therefore requires the calling user to hold system role `4` (**Administrator: Configure security system**). If this role is missing, the call is rejected with the error code `-1040906164`; the associated error text reads:

```text
User {username} does not have permission to configure the security system. Please contact your administrator.
```
The system roles assigned to the calling user can be determined with [mng.GetUserRoles](../mng.md#mng.GetUserRoles); an overview of all roles is available under [System Roles](../mng.md). See also [Error Codes](../errorcodes.md).
====
