Adds a user to a group.
Permissions required: Site administration (that is, member of the site-admin group).
Optional
callback: undefinedReturns a paginated list of groups.
Permissions required: Browse users and groups global permission.
Returns a paginated list of groups.
Permissions required: Browse users and groups global permission.
Optional
parameters: Version3Parameters.BulkGetGroupsOptional
callback: undefinedCreates a group.
Permissions required: Site administration (that is, member of the site-admin group).
Creates a group.
Permissions required: Site administration (that is, member of the site-admin group).
Optional
callback: undefinedReturns a list of groups whose names contain a query string. A list of group names can be provided to exclude groups from the results.
The primary use case for this resource is to populate a group picker suggestions list. To this end, the returned
object includes the html
field where the matched query term is highlighted in the group name with the HTML strong
tag. Also, the groups list is wrapped in a response object that contains a header for use in the picker,
specifically Showing X of Y matching groups.
The list returns with the groups sorted. If no groups match the list criteria, an empty list is returned.
This operation can be accessed anonymously.
Permissions required: Browse projects project permission. Anonymous calls and calls by users without the required permission return an empty list.
Browse users and groups global permission. Without this permission, calls where query is not an exact match to an existing group will return an empty list.
Returns a list of groups whose names contain a query string. A list of group names can be provided to exclude groups from the results.
The primary use case for this resource is to populate a group picker suggestions list. To this end, the returned
object includes the html
field where the matched query term is highlighted in the group name with the HTML strong
tag. Also, the groups list is wrapped in a response object that contains a header for use in the picker,
specifically Showing X of Y matching groups.
The list returns with the groups sorted. If no groups match the list criteria, an empty list is returned.
This operation can be accessed anonymously.
Permissions required: Browse projects project permission. Anonymous calls and calls by users without the required permission return an empty list.
Browse users and groups global permission. Without this permission, calls where query is not an exact match to an existing group will return an empty list.
Optional
parameters: Version3Parameters.FindGroupsOptional
callback: undefinedReturns a paginated list of all users in a group.
Note that users are ordered by username, however the username is not returned in the results due to privacy reasons.
Permissions required: either of:
Returns a paginated list of all users in a group.
Note that users are ordered by username, however the username is not returned in the results due to privacy reasons.
Permissions required: either of:
Optional
callback: undefinedDeletes a group.
Permissions required: Site administration (that is, member of the site-admin strategic group).
Deletes a group.
Permissions required: Site administration (that is, member of the site-admin strategic group).
Optional
callback: undefinedRemoves a user from a group.
Permissions required: Site administration (that is, member of the site-admin group).
Removes a user from a group.
Permissions required: Site administration (that is, member of the site-admin group).
Optional
callback: undefined
Adds a user to a group.
Permissions required: Site administration (that is, member of the site-admin group).