Skip to end of banner
Go to start of banner

admRemoveUserFromGroup

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 a single user from a group if the user is in that group.

Parameters

Return Type

Boolean

Returns "true" if operation succeeded.

Example

removeUserFromGroup("user.3", "Senior Developers");

The look-up is first made after the userkey, then after the username.

See also

  • No labels