Create user action in the Okta package
- Updated: 2026/04/13
Create user action in the Okta package
Use the Create user action to create a new Okta user with profile details and credentials, and optionally activate the user during creation.
Note: Ensure the OAuth 2.0 connection
is configured in the Control Room with the
okta.users.manage scope to create a new Okta user.
Settings
The following settings are available in the Create user action:
- Session name
- Enter the name of the Okta session that you have used in the Connect action. The default session value is Default.
- Username
- Enter a unique login name. This field is required and must be in email format.
- Password
- Enter the password based on the password policy defined by Okta. This field is required.
- User email
- Enter the user's email address. This field is required and must be in email format.
- First name
- Enter the user's first name. This field is required.
- Last name
- Enter the user's last name. This field is required.
- Phone (optional)
- Enter the user's phone number. This field is optional.
- Activate user
- Select the check box to activate the user during creation, or clear the checkbox to keep the user deactivated. This field defaults to true.
- Assign output to a variable
- Select one of these options:
- Multiple variables - Click Add variable mapping to associate each dictionary key with a variable in the parent bot. Use this option if you do not want to use actions to extract the dictionary values.
- Dictionary - Insert or create a dictionary variable to hold the output variables and values in key-value pairs. Each key in the dictionary is the variable name and corresponding value from the child bot.