GET
/
v2.01
/
{ClientId}
/
users
/
{UserId}
// GET has no body parameters
{
    "Address": {
        "AddressLine1": "3 rue des Plantes",
        "AddressLine2": "Appartement 7",
        "City": "Paris",
        "Region": "Île-de-France",
        "PostalCode": "75001",
        "Country": "FR"
    },
    "FirstName": "Sophia",
    "LastName": "Garnier",
    "Birthday": null,
    "Nationality": null,
    "CountryOfResidence": null,
    "Occupation": null,
    "IncomeRange": null,
    "ProofOfIdentity": null,
    "ProofOfAddress": null,
    "Capacity": "NORMAL",
    "Id": "user_m_01J87ZBSP8FCVDSCB8PGWQHZPF",
    "Tag": "Created using MANGOPAY API Collection Postman",
    "CreationDate": 1670861981,
    "PersonType": "NATURAL",
    "Email": "sophia.garnier@test.com",
    "KYCLevel": "LIGHT",
    "TermsAndConditionsAccepted": false,
    "TermsAndConditionsAcceptedDate": null,
    "UserCategory": "PAYER",
    "UserStatus": "ACTIVE"
}  

Path parameters

UserId
string
required

The unique identifier of the user.

Responses

{
    "Address": {
        "AddressLine1": "3 rue des Plantes",
        "AddressLine2": "Appartement 7",
        "City": "Paris",
        "Region": "Île-de-France",
        "PostalCode": "75001",
        "Country": "FR"
    },
    "FirstName": "Sophia",
    "LastName": "Garnier",
    "Birthday": null,
    "Nationality": null,
    "CountryOfResidence": null,
    "Occupation": null,
    "IncomeRange": null,
    "ProofOfIdentity": null,
    "ProofOfAddress": null,
    "Capacity": "NORMAL",
    "Id": "user_m_01J87ZBSP8FCVDSCB8PGWQHZPF",
    "Tag": "Created using MANGOPAY API Collection Postman",
    "CreationDate": 1670861981,
    "PersonType": "NATURAL",
    "Email": "sophia.garnier@test.com",
    "KYCLevel": "LIGHT",
    "TermsAndConditionsAccepted": false,
    "TermsAndConditionsAcceptedDate": null,
    "UserCategory": "PAYER",
    "UserStatus": "ACTIVE"
}  
// GET has no body parameters