Skip to main content
POST
User Activation Status

Authorizations

Authorization
string
header
required

A JWT Access Token obtained from Google Cloud.

Body

application/json

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.

id
string<uuid>
email
string<email>
referenceId
string

Response

Returns the activation status of a user, indicating whether the user is currently activated and the date of activation if applicable.

activatedOn
string<date-time> | null
required
isActivated
boolean
required