GET
/
v2.01
/
{ClientId}
/
sca
/
users
/
{UserId}
// GET has no body parameters
{
    "FirstName": "Ruby",
    "LastName": "Reinger",
    "Birthday": null,
    "Nationality": null,
    "CountryOfResidence": null,
    "Occupation": null,
    "IncomeRange": null,
    "ProofOfIdentity": null,
    "ProofOfAddress": null,
    "Capacity": "NORMAL",
    "PhoneNumber": null,
    "PhoneNumberCountry": null,
    "Address": {
        "AddressLine1": "3 rue de la Cité",
        "AddressLine2": "Appartement 7",
        "City": "Paris",
        "Region": "Ile-de-France",
        "PostalCode": "75004",
        "Country": "FR"
    },
    "PendingUserAction": null,
    "Id": "user_m_01JF7AP1M46TR0JH7WBGPWK7D7",
    "Tag": "Created using the Mangopay API Postman collection",
    "CreationDate": 1734339135,
    "PersonType": "NATURAL",
    "Email": "alex.smith@example.com",
    "KYCLevel": "LIGHT",
    "TermsAndConditionsAccepted": false,
    "TermsAndConditionsAcceptedDate": null,
    "UserCategory": "PAYER",
    "UserStatus": "ACTIVE"
}

Note – RedirectUrl not available on this endpoint

The RedirectUrl is only returned on API calls that trigger SCA.

To obtain a new session link for an Owner, call the POST Enroll a User in SCA endpoint.

Read more about SCA

Path parameters

UserId
string
required

The unique identifier of the user.

Responses

{
    "FirstName": "Ruby",
    "LastName": "Reinger",
    "Birthday": null,
    "Nationality": null,
    "CountryOfResidence": null,
    "Occupation": null,
    "IncomeRange": null,
    "ProofOfIdentity": null,
    "ProofOfAddress": null,
    "Capacity": "NORMAL",
    "PhoneNumber": null,
    "PhoneNumberCountry": null,
    "Address": {
        "AddressLine1": "3 rue de la Cité",
        "AddressLine2": "Appartement 7",
        "City": "Paris",
        "Region": "Ile-de-France",
        "PostalCode": "75004",
        "Country": "FR"
    },
    "PendingUserAction": null,
    "Id": "user_m_01JF7AP1M46TR0JH7WBGPWK7D7",
    "Tag": "Created using the Mangopay API Postman collection",
    "CreationDate": 1734339135,
    "PersonType": "NATURAL",
    "Email": "alex.smith@example.com",
    "KYCLevel": "LIGHT",
    "TermsAndConditionsAccepted": false,
    "TermsAndConditionsAcceptedDate": null,
    "UserCategory": "PAYER",
    "UserStatus": "ACTIVE"
}
// GET has no body parameters