Create User
Creates a new user profile in your organization.
By default, no emails will be sent when the user is created.
To have an email sent to the user when they are created, check the Send Message
parameter.
note
By default all new users that you create will be prompted to change their password the first time they login.
If you are using the single sign-on approach then this may not be desirable.
To stop this from happening you need to set the SkipFirstLogin
field to true.
By default it is assumed that a username will be a valid email address.
If you want to use a non-email address as username you must also set the IsCustomUsername
property to true.
Basic Parameters
Parameter | Description |
---|---|
Access Level | What kind of access the user should have. |
Disable Messages | Whether this user should have their messages disabled. |
The email of the user, up to 255 characters. | |
First Name | The first name of the user. |
Is Custom Username | Set to true if User Name field is not an email address. |
Last Name | The last name of the user. |
Skip First Login | Whether the user should not be prompted to change their password when they first log in. Set to true if you are using SSO. |
User Name | The username for the user. |
Advanced Parameters
Parameter | Description |
---|---|
Send Message | Whether to send a message to the user that they were added to the course. |
Time Zone | The time zone of the user. Leave empty for the organization default. |
Workflow Library Example
Create User with Litmos and Send Results Via Email
Preview this Workflow on desktop