User

Returns a user's information.

get

Returns the user's information. Response schema is polymorphic, it can be either a CompanyUser or an IndividualClient depending of the underlying user type.

Authorizations
Responses
200
The user's information.
application/json
get
GET /api/client/v1/user HTTP/1.1
Host: api.rialtobridge.xyz
RIALTO_API_KEY: YOUR_API_KEY
Accept: */*
{
  "id": "9c0306d5-e18e-4689-93da-997e2cdc16e7",
  "clientType": "INDIVIDUAL",
  "individualProfile": {
    "firstName": "Jack",
    "lastName": "Dowie",
    "email": "[email protected]",
    "phone": "+33 1 23 45 67 89",
    "address": "1, rue de la Paix",
    "city": "Paris",
    "postalCode": "75002",
    "countryCode": "FR",
    "occupation": "entrepreneur",
    "occupationDescription": null,
    "companyName": "DEF",
    "jobBusinessSector": "agriculture",
    "jobBusinessSectorDescription": null,
    "purposeOfOnboarding": "treasuryManagement",
    "idDocuments": [
      "rialto-clients/individuals/9c0306d5-e18e-4689-93da-997e2cdc16e7/26f7380a-dbf7-46a4-9568-7881cc8bfce7_file1.pdf"
    ],
    "proofOfAddressDocuments": [
      "rialto-clients/individuals/9c0306d5-e18e-4689-93da-997e2cdc16e7/26f7380a-dbf7-46a4-9568-7881cc8bfce7_file2.pdf"
    ],
    "proofOfAmlDocuments": [
      "rialto-clients/individuals/9c0306d5-e18e-4689-93da-997e2cdc16e7/26f7380a-dbf7-46a4-9568-7881cc8bfce7_file3.pdf"
    ]
  },
  "individualSourceOfFunds": {
    "sourceOfFunds": "salary",
    "sourceOfFundsDescription": null,
    "annualRevenueRange": "50kTo80k",
    "globalWealthRange": "100kTo200k",
    "sourceOfFundsDocuments": [
      "rialto-clients/individuals/9c0306d5-e18e-4689-93da-997e2cdc16e7/26f7380a-dbf7-46a4-9568-7881cc8bfce7_file1.pdf"
    ],
    "proofOfTaxResidencyDocuments": [
      "rialto-clients/individuals/9c0306d5-e18e-4689-93da-997e2cdc16e7/5989c311-33e4-4553-912b-245716fb87a4_file2.pdf"
    ],
    "taxNoticeDocuments": [
      "rialto-clients/individuals/9c0306d5-e18e-4689-93da-997e2cdc16e7/adf069db-85d5-4c8e-9652-559754eaf5e2_file3.pdf"
    ],
    "supportingOccupationDocuments": [
      "rialto-clients/individuals/9c0306d5-e18e-4689-93da-997e2cdc16e7/707aa599-9cf3-42f6-91b1-cca2a4fe75d3_file4.pdf"
    ]
  },
  "company": null,
  "companyRepresentatives": null,
  "createdAt": "2024-12-03T10:07:54.940Z"
}