Activate User

Completes the user activation workflow. This will set the user's status to ACTIVE and also verifies the user's email address.

Note, this API can be called in two distinct ways.

  1. The first way is from a user activation email flow. With this approach the emailAuthCode field must be provided in the request body.
  2. The second way is from a user activation OTP email flow. With this approach the requestCode and verificationCode fields 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.

PermissionBoundaryDescription
user-activation-workflow:executeApplicationThe subject can perform this operation for requests associated to the application that the subject belongs to.
Language
Credentials
Bearer
JWT
URL
Click Try It! to start a request and see the response here!