Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Description

Removes a specified user from a department group

For Business Unit support click here


Syntax

(blue star) CMS_RemoveUserFromDepartmentGroup(sUnit, sGroup) As Boolean

(blue star) User packages are not supported in PowerPacks


Parameters

sUnit (String)

Unit name

sGroup (String)

Group name


Example

VBScript
If bStatus Then bStatus = CMS_RemoveUserFromDepartmentGroup(gsUnitname, "CapaInstaller") 

Scripting Guidelines


Related functions

CMS_AddUserToStaticGroup


  • No labels