Create a new user.

External Documentation

To learn more, visit the GitLab documentation.

Parameters

ParameterDescription
EmailEmail.
Force Random PasswordSet 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.
NameName.
PasswordEither 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 PasswordSend 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.
UsernameUsername.

Workflow Library Example

Create User with Gitlab and Send Results Via Email

Preview this Workflow on desktop