View a User (SCA)

Retrieve a Natural or Legal User. This endpoint returns the same data as the legacy [GET View a User](/api-reference/users/view-user), including the new `PENDING_USER_ACTION` value for `UserStatus`, with two minor changes: - The `PendingUserAction` field, which is always `null` on this endpoint - For Legal users, the `LegalRepresentative` object, which contains the data for the legal representative <Note icon="fa-regular fa-circle-info"> **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](/api-reference/users/enroll-user) endpoint. </Note> [Read more](/guides/sca/users#view-and-list-users) **&rarr;**

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
Natural Userobject

Response body for a Natural User. The same schema is returned for PAYER and OWNER users.

If UserCategory is PAYER, the following are returned null:

  • Birthday
  • Nationality
  • CountryOfResidence
  • Occupation
  • IncomeRange
  • TermsAndConditionsAcceptedDate
OR
Legal Userobject

Response body for a Legal User. The same schema is returned for PAYER and OWNER users.

If UserCategory is PAYER, the following are returned null:

  • LegalRepresentative.Birthday
  • LegalRepresentative.Nationality
  • LegalRepresentative.CountryOfResidence
  • LegalRepresentative.Email
  • All HeadquartersAddress sub-properties
  • CompanyNumber
  • TermsAndConditionsAcceptedDate