diff options
author | Matt Tyson <mtyson@redhat.com> | 2016-02-07 13:43:35 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2016-02-07 13:43:35 +0100 |
commit | c81a842c51eb1bd8beddbadc865450bd4e4db0bf (patch) | |
tree | 024b5a0effa67f83c0ab6fb36d05709e47f4f093 /docs/en/rst | |
parent | 8c54443dd24eb15576dd5c2ebfbc6ce174276b3c (diff) | |
download | bugzilla-c81a842c51eb1bd8beddbadc865450bd4e4db0bf.tar.gz bugzilla-c81a842c51eb1bd8beddbadc865450bd4e4db0bf.tar.xz |
Bug 1237161: Allow users with bless permissions to update users group membership using WebService
r=LpSolit a=dkl
Diffstat (limited to 'docs/en/rst')
-rw-r--r-- | docs/en/rst/api/core/v1/user.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/en/rst/api/core/v1/user.rst b/docs/en/rst/api/core/v1/user.rst index e27211a7f..b6aaa43e1 100644 --- a/docs/en/rst/api/core/v1/user.rst +++ b/docs/en/rst/api/core/v1/user.rst @@ -162,6 +162,10 @@ Update User Updates an existing user account in Bugzilla. You must be authenticated and be in the *editusers* group to perform this action. +If you are not in the *editusers* group, you may add or remove users from groups +if you have bless permissions for the groups you wish to modify. All other changes +will be ignored. + **Request** .. code-block:: text |