Previous Topic: CloseDomainGroupDomainGroupMembersListNext Topic: DeleteDomainGroups


CreateDomainGroup

The CreateDomainGroup method creates a domain group.

Parameters

xsd:string sessionId (m)

Specifies the session id obtained from the login to the web service.

xsd:string parentDomainGroupId

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 Domains group.

If this parameter is not supplied then the domain group will be created under “domains”.

CreateDomainGroupProperties createDomainGroupProperties (m)

The properties required to create a domain group.

Return Values

xsd: string DomainGroupID

If a domain group was successfully created, the UUID of the new group is returned.

Remarks

None

More information:

CreateDomainGroupProperties