Skip to end of banner
Go to start of banner

Copy of removeUserFromGroup

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

Version 1 Next »

Availability

This routine is available starting with SIL Engine™ 2.5.16 for Jira 5.x / 2.6.8 for Jira 6.

Syntax

removeUserFromGroup(user, group)

Description

Removes a single user from a group if the user is in that group.

Parameters

Parameter name

Type

Required

Description

UserStringYesUsername or userkey.

Group

String

Yes

Name of the group.

Return type

boolean

Returns "true" if operation succeeded.

Example

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

Notes

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

See also

  • No labels