Skip to main content

Activate User

Activates a user. This operation can only be performed on users with a STAGED status. Activation of a user is an asynchronous operation. The user will have the transitioningToStatus property with a value of ACTIVE during activation to indicate that the user hasn't completed the asynchronous operation. The user will have a status of ACTIVE when the activation process is complete.

External Documentation

To learn more, visit the Okta documentation.

Parameters

ParameterDescription
Send EmailSends an activation email to the user if true.
User IDThe user's ID.

Example Output

{
"activationToken": "string",
"activationUrl": "string"
}

Workflow Library Example

Activate User with Okta and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop