Previous Topic: UnlinkUserAccountsFromUnitGroupNext Topic: CreateUnitGroup3


UnlinkUserProfilesFromUnitGroup

The UnlinkUserProfilesFromUnitGroup method unlinks one or more user profiles from the specified unit group

Parameters

xsd:string sessionId (m)

The session identifier.

xsd:string unitGroupId (m)

The UUID identifying the group from which the user profiles are to be unlinked.

ArrayOfstring userProfileIds (m)

An array of UUIDs identifying the user profiles that are to be unlinked from the specified group.

Return Values

This is a void method that does not expose a return value.

Remarks

None

DeleteUnitGroups2

Parameters

xsd:string sessionId (m)

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

dsm:ArrayOfstring unitGroupIds

An array of UUIDs that identify the groups to delete.

xsd:boolean forceDelete

Deletes all the unit groups. If set to true, the relationship with the unit groups is ignored.

If the value is set to false, the API returns the objects that are related to the unit groups and deletes the groups that are not related to any objects.

dsm:LinkedObjectTypeRequired objectType

Specifies the object type. If forceDelete is set to true, set the ObjectType as CONSTRAINT_NONE. Else, set it to CONSTRAINT_ALL.

Return Values

None

More information:

LinkedObjectTypeRequired

DeleteUnitGroupsByName2

Parameters

xsd:string sessionId (m)

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

dsm: ArrayOfstring unitGroupNames

An array of names that identify the groups to delete.

xsd:boolean forceDelete

Deletes all the unit groups. If set to true, the relationship with the unit groups is ignored.

If the value is set to false, the API returns the objects that are related to the unit groups and deletes the groups that are related to any objects.

dsm:LinkedObjectTypeRequired objectType

Specifies the object type. If forceDelete is set to true, set the ObjectType as CONSTRAINT_NONE. Else, set it to CONSTRAINT_ALL.

Return Values

None

More information:

LinkedObjectTypeRequired