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 2 Next »

Description

Removes the specified user from the specified static group

For Business Unit support click here


Syntax

CMS_RemoveUserFromStaticGroup(sUnit, sGroup) as Boolean


Parameters

sUnit (String)

Unit name

sGroup (String)

Group name


Example

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

Scripting Guidelines


Related functions

CMS_AddUserToStaticGroup


  • No labels