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
Parameters:
-
`email`
- Email
-
`username`
- Username
-
`name`
- Name
-
`password`
- Password
-
`skype`
- Skype ID
-
`linkedin`
- LinkedIn
-
`twitter`
- Twitter account
-
`website_url`
- Website URL
-
`organization`
- Organization name
-
`projects_limit`
- Limit projects each user can create
-
`extern_uid`
- External UID
-
`provider`
- External provider name
-
`id`
(required) - The ID of the user
-
`email`
(optional) - Email
-
`username`
(optional) - Username
-
`name`
(optional) - Name
-
`password`
(optional) - Password
-
`skype`
(optional) - Skype ID
-
`linkedin`
(optional) - LinkedIn
-
`twitter`
(optional) - Twitter account
-
`website_url`
(optional) - Website URL
-
`organization`
(optional) - Organization name
-
`projects_limit`
(optional) - Limit projects each user can create
-
`extern_uid`
(optional) - External UID
-
`provider`
(optional) - External provider name
-
`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
-
`public_email`
(optional) - The public email of the user
-
`admin`
(optional) - User is admin - true or false (default)
...
...
@@ -419,7 +420,7 @@ Parameters:
-
`private_profile`
(optional) - User's profile is private - true or false (default)
-
`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)**
-
`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.
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