ReactivateUser
Restarts the activation flow for a user and sets its status to ACTIVE. Can only be performed on Users with a status of RECOVERY or PROVISIONED.
Input
| Name | Type | Description |
| UserId | String | Id of the user. |
Result Set Columns
| Name | Type | Description |
| Status | String | Stored procedure execution status. |
| ActivationToken | String | Token received as part of an activation user request. |
| ActivationUrl | String | Activation link for the user to set up their account. |