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
- https://{yourOktaDomain}
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
String | Yes |
|
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
sendEmail |
Boolean | No |
Sends an activation email to the user if Default value: false |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.