deleteGroupMember

Syntax

deleteGroupMember(userIds, groupIds)

Arguments

userIds a string scalar/vector indicating a user name or multiple user names.

groupIds a string scalar/vector indicating a group name or multiple group names.

userIds and groupIds cannot both be vectors.

Details

Remove a user from a group or multiple groups, or remove multiple users from a group. This can only be executed by an administrator on the controller.

Examples

$ deleteGroupMember(`AlexEdwards`ElizabethRoberts, `production);