Activate User
POST {{baseUrl}}/api/v1/users/:userId/lifecycle/activate?sendEmail=<boolean>
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.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
sendEmail | string |