Reactivate a User
POST {{baseUrl}}/api/v1/users/:userId/lifecycle/reactivate
Reactivates a user. This operation can only be performed on users with a PROVISIONED
status. This operation restarts the activation workflow if for some reason the user activation was not completed when using the activationToken from Activate User.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
sendEmail | boolean | Sends an activation email to the user if true |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"activationToken":"enim dolore","activationUrl":"exercitation cillum"}