Skip to main content

Create User

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, resetpassword, or forcerandompassword must be specified. If resetpassword and forcerandompassword are both false, then password is required.
NameName.
PasswordEither password, resetpassword, or forcerandompassword must be specified. If resetpassword and forcerandompassword are both false, then password is required.
Reset PasswordSend user password reset link - true or false (default is true). Either password, resetpassword, or forcerandompassword must be specified. If resetpassword and forcerandompassword are both false, then password is required.
UsernameUsername.

Workflow Library Example

Create User with Gitlab and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop