Get a User
REST
Get a User
Get a user by its id
API scope required: users.read
GET
Get a User
Documentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
API key required for authentication
Path Parameters
Response
200 - application/json
User found
Response schema indicating which user data fields have been populated
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
}
]

