Get a User
REST
Get a User
Get a user by its id
API scope required: users.read
GET
Get a User
Headers
API key required for authentication
Path Parameters
A user locator can be of the format:
email:<email>userId:<userId>phoneNumber:<phoneNumber>twitter:<handle>x:<handle>
Response
200 - application/json
User found
Whether user details have been provided
Example:
true
Whether KYC data has been provided
Example:
false
Whether due diligence data has been provided
Example:
false
Whether verification history has been provided
Example:
false
User's email address
Example:
"john.doe@example.com"
User's phone number
Example:
"+1234567890"
Unique user identifier
Example:
"usr_1234567890"
List of accepted legal documents
Example:
{
"type": "crossmint-privacy-policy",
"acceptedAt": "2023-01-01T00:00:00.000Z",
"isValidVersion": true
}
