API Playground
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
Authorizations
The API Key you were given in the developer portal. API keys are associated with your organization's project application and can have read or write permissions and an optional expiration date.
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
.
The body is of type object
.
Response
200
application/json
A users activation status and date.
The response is of type object
.