POST /api/v1/users/{id}/lifecycle/reactivate

Reactivates a user.

This operation can only be performed on Users with a PROVISIONED or RECOVERY status. This operation restarts the activation workflow if for some reason the user activation wasn't completed when using the activationToken from Activate User.

Users that don't have a password must complete the flow by completing Reset Password and MFA enrollment steps to transition the user to ACTIVE status.

If sendEmail is false, returns an activation link for the user to set up their account. The activation token can be used to create a custom activation link.

Servers

Path parameters

Name Type Required Description
id String Yes

id, login, or login shortname (as long as it is unambiguous) of user

Query parameters

Name Type Required Description
sendEmail Boolean No

Sends an activation email to the user if true

Default value: false

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.