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
Due to anti-money laundering policy, we don’t accept the creation of users residing in some countries. Please refer to the Restrictions by country documentation for more information.
Parameters
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.
Tag
string:
Maximum length is 255 characters
Custom data that you can add to this item
CreationDate
timestamp
When the item was created
Id
string:
Maximum length is 255 characters
The item's ID
The User
object will also include further parameters depending on the "PersonType" (see below).