mng.DeleteGroup

This job deletes a group from the DB table gruppen. A group can only be deleted if no users are still assigned to it (DB table bgrel).

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Indicates through which parameter the group is identified:
0 = sGroupGuid
1 = sGroupId
2 = sGroupName

[sGroupGuid]

STRING

No

GUID of the group

[sGroupId]

STRING

No

ID of the group

[sGroupName]

STRING

No

Name of the group

2. Return Value

(INT): 0 = Job successful, otherwise error code.

3. See Also