Get the activation status of a user. Users are activated after calling the POST /v1/users/activate
endpoint.
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.
This POST
endpoint allows querying 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
.
Returns the activation status of a user, indicating whether the user is currently activated and the date of activation if applicable.
The response is of type object
.