Skip to main content

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

ParameterDescription
Access LevelWhat kind of access the user should have.
Disable MessagesWhether this user should have their messages disabled.
EmailThe email of the user, up to 255 characters.
First NameThe first name of the user.
Is Custom UsernameSet to true if User Name field is not an email address.
Last NameThe last name of the user.
Skip First LoginWhether the user should not be prompted to change their password when they first log in. Set to true if you are using SSO.
User NameThe username for the user.

Advanced Parameters

ParameterDescription
Send MessageWhether to send a message to the user that they were added to the course.
Time ZoneThe time zone of the user. Leave empty for the organization default.

Workflow Library Example

Create User with Litmos and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop