Okta - Create user action

This action creates a new user.

Create user actionCreate user action

Input

The input configuration contains the full set of user properties. Refer to the Okta user object documentation for more information on user properties.

Below are the commonly used user properties.

Input fieldDescription
ProfileFirst nameFirst name for the new user.
Last nameLast name for the new user.
Primary email IDPrimary email address of the new user.
UsernameA unique identifier for the user. This must be an email.
TitleTitle of the new user.
Employee numberAn organization assigned identifier for the new user.
Manager IDThe Okta ID of the user's manager.
ManagerThe display name of the user's manager
CredentialsPasswordThe password for the new user. The password must be a minimum of 8 characters, contain an uppercase, lowercase, and digit character. Refer to the Okta default password policy documentation for more information.
Recovery questionThe secret question and answer that is validated when a user forgets their password.
Activate userExecutes the activation lifecycle when creating the user. If set to False, you can activate the user at a later time with the Activate user action.

Output

The output datatree contains information about the user like the ID and status.

FieldDescription
IDThe unique ID for the user.
StatusThe current status of the user.
Created timeThe timestamp when the user was created.
Activated timeThe timestamp when the user's status was updated to Active.
Status changed timeThe timestamp when the status was last changed.
Last login timeThe timestamp when the user was last logged in.
Last updated timeThe timestamp when the user was last updated.
Password changed timeThe timestamp when the password was last changed.
ProfileThis object contains information about the user's profile, including first and last name, email, organization, and title. Refer to the Okta user profile object documentation for more information.
CredentialsThis object specifies the primary authentication and recovery credentials for the user. It includes the recovery question and credentials provider.
LinksThis object contains a collection of link relations for the user. It includes lifecycle operations and credentials operations. Refer to the Okta user links object documentation for more information.

Last updated: