Optional
activeOptional
allThis value is used to fetch all members in subgroups.
Optional
containerAn alternate container path to get permissions from. If not specified, the current container path will be used.
Optional
failureThis will be called upon failure to complete a request.
Optional
groupThe name of a project group for which you want the members (specify groupId or group, not both).
Optional
groupThe id of a project group for which you want the members.
Optional
includeThis value is used to optionally include deactivated members in server responses. Only used with requiredVersion 23.11. Defaults to false.
Optional
nameThe first part of the user name, useful for user name completion. If specified, only users whose email address or display name starts with the value supplied will be returned.
A permissions string or an Array of permissions strings. If multiple permissions are specified, then all returned users will have all specified permissions.
Optional
requiredIf not set the server will use the 23.10 version.
If set to 23.10 the server will not honor the "active" flag when using getUsersWithPermission, unless you are using the "group" parameter. This means without a group the server will only ever return active users.
If set to 23.11 the server will only honor the "includeInactive" param when using getUsersWithPermission, and if it is set to true, will return active and inactive users (no matter the value of group).
Optional
scopeA scoping object for the success and failure callback functions (default to this).
Optional
successThis will be called upon successfully completing a request.
This value is used to filter members based on activity (defaults to false).