Okta - Update user action

This action updates an existing user. The user is identified by the user ID.

Update user actionUpdate 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
User IDThe unique ID of the target user.
ProfileFirst nameFirst name for the user.
Last nameLast name for the user.
Primary email IDPrimary email address of the user.
UsernameA unique identifier for the user. This must be an email.
TitleTitle of the user.
Employee numberAn organization assigned identifier for the user.
Manager IDThe Okta ID of the user's manager.
ManagerThe display name of the user's manager

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: