Commit 14ca5a59 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-user-mod-params' into 'master'

dos: Update documentation of User modification API params

See merge request gitlab-org/gitlab!17187
parents 33e2f032 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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment