A User serves as the primary entity and can possess multiple Profiles to represent different contexts or settings. A User can have one personal Profile and multiple business Profiles. Each Profile — whether personal or business — can have its own multi-currency account, enabling transactions across various currencies. This hierarchical structure allows for flexible management of user settings and financial operations, accommodating both personal and business needs.
Represents a Wise user account.
{ "id": 101, "name": "Example Person", "email": "person@example.com", "active": true, "details": { "firstName": "Example", "lastName": "Person", "phoneNumber": "+37111111111", "dateOfBirth": "1977-01-01", "occupation": "", "avatar": "https://lh6.googleusercontent.com/photo.jpg", "primaryAddress": 111, "address": { "countryCode": "EE", "firstLine": "Road 123", "postCode": "11111", "city": "Tallinn", "state": "", "occupation": "" } } }