Create user action in the Okta package
- Updated: 2026/04/29
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
- 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 must be in email format.
- Password: Enter the password based on the password policy defined by Okta.
- User email: Enter the user's email address. This field must be in email format.
- First name: Enter the user's first name.
- Last name: Enter the user's last name.
- Phone (optional): Enter the user's phone number.
- Activate user: Select the check box to activate the user during creation, or clear the check box 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.