post https://{application_vanity_domain}/api/v1/user-activation/activate-user
Completes the user activation workflow. This will set the user's status to ACTIVE and also verifies the user's email address.
This API can be called in two distinct ways.
- The first way is from a user activation email flow. With this approach, the
emailAuthCodefield must be provided in the request body. - The second way is from a user activation OTP email flow. With this approach, the
requestCodeandverificationCodefields must be provided in the request body.
Required Permissions
Below is the list of required permissions needed to interact with this API. For each permission, the allowed permission boundaries are also specified.
| Permission | Boundary | Description |
|---|---|---|
| user-activation-workflow:execute | Application | The subject can perform this operation for requests associated with the application to which the subject belongs. |