diff options
author | Daniel Juarez <daniel.juarez.gonzalez@cern.ch> | 2017-11-21 15:47:58 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-11-21 15:47:58 +0000 |
commit | 0b9e1e16626eff4cd8ae43ce47ec0f965beaf843 (patch) | |
tree | 4171348087b509348c59bb7d35f55fe6f5972f81 /doc | |
parent | 28a5f5f2e91297a56369c39e96be25187ad0a1dd (diff) | |
download | gitlab-ce-0b9e1e16626eff4cd8ae43ce47ec0f965beaf843.tar.gz |
Skip confirmation user api
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/users.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/users.md b/doc/api/users.md index aa711090af1..478d747a50d 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -297,6 +297,7 @@ Parameters: - `location` (optional) - User's location - `admin` (optional) - User is admin - true or false (default) - `can_create_group` (optional) - User can create groups - true or false +- `skip_reconfirmation` (optional) - Skip reconfirmation - true or false (default) - `external` (optional) - Flags the user as external - true or false(default) - `avatar` (optional) - Image file for user's avatar |