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) |