Activate User
Users Endpoints
Activate User
Set a user to activated. Activation status is required to manage any features associated with their wallets. The current date is used as the activation date. You can query the activation status of a user using the POST /v1/users/activation endpoint.
POST
Activate User
Authorizations
A JWT Access Token obtained from Google Cloud.
Body
application/json
This POST endpoint allows activating a user by email, id, or referenceId. Use only one field per request. If multiple fields are provided, the priority is email, followed by referenceId, and then id.