External DocumentationTo learn more, visit the GitLab documentation.
Actions
Create User
Create a new user.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Email. | |
| Force Random Password | Set user password to a random value - true or false (default). Either password, reset_password, or force_random_password must be specified. If reset_password and force_random_password are both false, then password is required. |
| Name | Name. |
| Password | Either password, reset_password, or force_random_password must be specified. If reset_password and force_random_password are both false, then password is required. |
| Reset Password | Send user password reset link - true or false (default is true). Either password, reset_password, or force_random_password must be specified. If reset_password and force_random_password are both false, then password is required. |
| Username | Username. |
Was this page helpful?