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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
55c4ad05
Commit
55c4ad05
authored
Sep 18, 2019
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation of User modification API params
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
187eed0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
14 deletions
+15
-14
doc/api/users.md
doc/api/users.md
+15
-14
No files found.
doc/api/users.md
View file @
55c4ad05
...
@@ -393,20 +393,21 @@ PUT /users/:id
...
@@ -393,20 +393,21 @@ PUT /users/:id
Parameters:
Parameters:
-
`email`
- Email
-
`id`
(required) - The ID of the user
-
`username`
- Username
-
`email`
(optional) - Email
-
`name`
- Name
-
`username`
(optional) - Username
-
`password`
- Password
-
`name`
(optional) - Name
-
`skype`
- Skype ID
-
`password`
(optional) - Password
-
`linkedin`
- LinkedIn
-
`skype`
(optional) - Skype ID
-
`twitter`
- Twitter account
-
`linkedin`
(optional) - LinkedIn
-
`website_url`
- Website URL
-
`twitter`
(optional) - Twitter account
-
`organization`
- Organization name
-
`website_url`
(optional) - Website URL
-
`projects_limit`
- Limit projects each user can create
-
`organization`
(optional) - Organization name
-
`extern_uid`
- External UID
-
`projects_limit`
(optional) - Limit projects each user can create
-
`provider`
- External provider name
-
`extern_uid`
(optional) - External UID
-
`provider`
(optional) - External provider name
-
`group_id_for_saml`
(optional) - ID of group where SAML has been configured
-
`group_id_for_saml`
(optional) - ID of group where SAML has been configured
-
`bio`
- User's biography
-
`bio`
(optional)
- User's biography
-
`location`
(optional) - User's location
-
`location`
(optional) - User's location
-
`public_email`
(optional) - The public email of the user
-
`public_email`
(optional) - The public email of the user
-
`admin`
(optional) - User is admin - true or false (default)
-
`admin`
(optional) - User is admin - true or false (default)
...
@@ -419,7 +420,7 @@ Parameters:
...
@@ -419,7 +420,7 @@ Parameters:
-
`private_profile`
(optional) - User's profile is private - true or false (default)
-
`private_profile`
(optional) - User's profile is private - true or false (default)
-
`shared_runners_minutes_limit`
(optional) - Pipeline minutes quota for this user
**(STARTER)**
-
`shared_runners_minutes_limit`
(optional) - Pipeline minutes quota for this user
**(STARTER)**
-
`extra_shared_runners_minutes_limit`
(optional) - Extra pipeline minutes quota for this user
**(STARTER)**
-
`extra_shared_runners_minutes_limit`
(optional) - Extra pipeline minutes quota for this user
**(STARTER)**
-
`note`
(optional) - Admin notes for this user
**(STARTER)**
-
`note`
(optional)
- Admin notes for this user
**(STARTER)**
On password update, user will be forced to change it upon next login.
On password update, user will be forced to change it upon next login.
Note, at the moment this method does only return a
`404`
error,
Note, at the moment this method does only return a
`404`
error,
...
...
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