View a User's Verified Identity

Retrieve the identity information and verification documents validated by Mangopay for a user, based on their `UserId`. The payload returned depends on the user's `UserType`, so always branch on this value rather than on the presence of an optional property. The endpoint returns a verified identity only if all the following conditions are met: - The Underwriting API is activated for the `ClientId`. - The user exists for the `ClientId`. - The user's KYC/KYB verification is validated. A user whose verification is not validated returns a 400 error rather than a partial or declared identity. <Note icon="fa-regular fa-circle-info"> **Note – Feature activation required** This endpoint is available only to platforms for which the Underwriting API is activated, and requires an access token with the `underwriting.user.kyc` read permission. Contact Mangopay to request access. </Note>

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token. If your platform is using a [proxy](/guides/sca/proxy-management) to take SCA-triggering action on behalf of users, you also need to integrate [mTLS authentication](/guides/sca/platform) and use the `api-mtls` base URL.

Path parameters

ClientIdstringRequired
Platform's API account identifier, associated with the API key.
UserIdstringRequired
The unique identifier of the user.

Response

Success
Naturalobject

Response if the user’s UserType is NATURAL.

Identity properties can be returned null even for a user whose KYC/KYB verification is validated, because the data available depends on the verification received for that user.

OR
Legalobject

Response if the user’s UserType is LEGAL_BUSINESS, LEGAL_ORGANIZATION, LEGAL_PARTNERSHIP, or LEGAL_SOLETRADER.

Identity properties can be returned null even for a user whose KYC/KYB verification is validated, because the data available depends on the verification received for that user.

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error