Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-15 02:11:20 +0300
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-15 20:50:58 +0300
commitaaf4434b0e24da916d4392aa9cd001cdb8e0c7dc (patch)
tree1d9f23632246b5919c9a62efb324d51cdff263f3 /doc/api
parentab418e27a9121704d623343417126b0bdae08e79 (diff)
Doc external users feature
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/users.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index 82c57a2fd43..44a29da5ecc 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -194,6 +194,7 @@ Parameters:
- `admin` (optional) - User is admin - true or false (default)
- `can_create_group` (optional) - User can create groups - true or false
- `confirm` (optional) - Require confirmation - true (default) or false
+- `external` (optional) - Flags the user as external - true or false(default)
## User modification
@@ -560,7 +561,7 @@ Parameters:
- `uid` (required) - id of specified user
-Will return `200 OK` on success, `404 User Not Found` is user cannot be found or
+Will return `200 OK` on success, `404 User Not Found` is user cannot be found or
`403 Forbidden` when trying to block an already blocked user by LDAP synchronization.
## Unblock user