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
NB: Due to anti-money laundering policy, we don’t accept the creation of user residing in : Afghanistan, Bahamas, Bosnie Herzegovine, Botswana, Cambodge, Corée du Nord, Ethiopie, Ghana, Guyana, Iran, Irak, Laos, Ouganda, Pakistan, Serbie, Sri Lanka, Syrie, Trinité-et-Tobago, Tunisie, Vanuatu, Yemen.
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
Tag
string:
Maximum length is 255 characters
Custom data that you can add to this item
CreationDate
timestamp
When the item was created
Id
int
The item's ID
The User
object will also include further parameters depending on the "PersonType" (see below).