Previous Topic: CloseUnitGroupUserProfileMembersListNext Topic: CreateUnitGroup2


CreateUnitGroup

The CreateUnitGroup method creates a unit group

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string parentUnitGroupId (m)

The UUID identifying the parent group of which the newly created group is a child. In order to create a top-level group, this is the UUID of the Computer And Users group.

CreateUnitGroupProperties createUnitGroupProperties (m)

The properties required to create a unit group.

Return Values

xsd:string CreateUnitGroupReturn

If a unit group was successfully created, the UUID of the new group will be returned.

Remarks

If the parentUnitGroupId is supplied, the method will create a sub-group of the specified parent group.

More information:

CreateUnitGroupProperties