The User object
A User
can be "Natural" or "Legal". With a UserId
, you are able to:
- Fetch a user and get their details
- List all the wallets of a user
- Get all your users in a list
Parameters
Id
string:
Maximum length is 255 characters
The item's ID
CreationDate
timestamp
When the item was created
Tag
string:
Maximum length is 255 characters
Custom data that you can add to this item
PersonType
PersonType:
NATURAL, LEGAL
Type of user
Email
string:
Maximum length is 255 characters
The person's email address (not more than 12 consecutive numbers) - must be a valid email
KYCLevel
KYCLevel:
LIGHT, REGULAR
Indicates whether or not the user is KYC validated. Please refer to the User verification article for more information.
The User
object will also include further parameters depending on the "PersonType" (see below).