mng.DeleteUser
This job deletes a user from the DB table benutzer.
Group assignments (bgrel), system roles (ossysroles), subscriptions (osabonnement), and personal settings (osconf) of the user are also deleted.
Optionally, folders and mailbox content can be forwarded to another user.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Indicates through which parameter the user is identified: |
|
INT |
Yes |
Indicates whether folders and mailbox content are forwarded: |
|
STRING |
No |
Username |
|
STRING |
No |
GUID of the user |
|
STRING |
No |
ID of the user |
|
STRING |
No |
Recipient username (receives folders/mails) |
|
STRING |
No |
GUID of the recipient (receives folders/mails) |
|
STRING |
No |
ID of the recipient (receives folders/mails) |
3. Required System Role
|
This job modifies users or groups and therefore requires the calling user to hold system role
The system roles assigned to the calling user can be determined with mng.GetUserRoles; an overview of all roles is available under System Roles. See also Error Codes. |