Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
04e42107
Commit
04e42107
authored
Jul 28, 2017
by
Dan Dunckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation of user creation by replacing the 'confirm' param with 'skip_confirmation'
parent
699a30f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
20 deletions
+20
-20
doc/api/users.md
doc/api/users.md
+20
-20
No files found.
doc/api/users.md
View file @
04e42107
...
...
@@ -241,26 +241,26 @@ POST /users
Parameters:
-
`email`
(required) - Email
-
`password`
(optional) - Password
-
`reset_password`
(optional) - Send user password reset link - true or false(default)
-
`username`
(required) - Username
-
`name`
(required) - Name
-
`skype`
(optional) - Skype ID
-
`linkedin`
(optional) - LinkedIn
-
`twitter`
(optional) - Twitter account
-
`website_url`
(optional) - Website URL
-
`organization`
(optional) - Organization name
-
`projects_limit`
(optional) - Number of projects user can create
-
`extern_uid`
(optional) - External UID
-
`provider`
(optional) - External provider name
-
`bio`
(optional) - User's biography
-
`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
-
`
confirm`
(optional) - Require confirmation - true (default) or false
-
`external`
(optional) - Flags the user as external - true or false(default)
-
`avatar`
(optional) - Image file for user's avatar
-
`email`
(required)
- Email
-
`password`
(optional)
- Password
-
`reset_password`
(optional)
- Send user password reset link - true or false(default)
-
`username`
(required)
- Username
-
`name`
(required)
- Name
-
`skype`
(optional)
- Skype ID
-
`linkedin`
(optional)
- LinkedIn
-
`twitter`
(optional)
- Twitter account
-
`website_url`
(optional)
- Website URL
-
`organization`
(optional)
- Organization name
-
`projects_limit`
(optional)
- Number of projects user can create
-
`extern_uid`
(optional)
- External UID
-
`provider`
(optional)
- External provider name
-
`bio`
(optional)
- User's biography
-
`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_confirmation`
(optional) - Skip confirmation - true or false (default)
-
`external`
(optional)
- Flags the user as external - true or false(default)
-
`avatar`
(optional)
- Image file for user's avatar
## User modification
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment