v2
latestOpenAPI 3.1.02026-07-262279731.3 MBUsers
View a User (SCA)
Retrieve a Natural or Legal User.
This endpoint returns the same data as the legacy GET View a 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
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. </Note>
Read more →
get/v2.01/{ClientId}/sca/users/{UserId}
Path parameters
ClientIdstring required
Platform's API account identifier, associated with the API key.
UserIdstring required
The unique identifier of the user.
Headers
Authorizationstring required
Bearer authentication of the form Bearer <token>, where token is your auth token.
If your platform is using a proxy to take SCA-triggering action on behalf of users, you also need to integrate mTLS authentication and use the api-mtls base URL.
Response
Success