summaryrefslogtreecommitdiff
path: root/doc/api/users.md
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-15 00:11:20 +0100
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2016-03-15 18:50:58 +0100
commitaaf4434b0e24da916d4392aa9cd001cdb8e0c7dc (patch)
tree1d9f23632246b5919c9a62efb324d51cdff263f3 /doc/api/users.md
parentab418e27a9121704d623343417126b0bdae08e79 (diff)
downloadgitlab-ce-aaf4434b0e24da916d4392aa9cd001cdb8e0c7dc.tar.gz
Doc external users feature
Diffstat (limited to 'doc/api/users.md')
-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