Create Account (Accept Invitation)

How to create a new user account for an existing borrower that was invited to the digital portal.

The Create Account (Accept Invitation) creates an account for a user that was invited to the platform by one of your team members using the features in the borrowers profile.

You can specify refresh token expiration time using refreshTokenExpirationTimeMinutes body param. By default it equals to "30" (minutes). Min value is 30 (a half an hour), Max value is 10080 (1 week).

❗️

Make sure to add this parameter to each API call

Create Account
Create Account (Accept Invitation)
Sign In (Create Session)


Example Request

Below please find the JSON body for an example request:

{
    "password": "123qweQWE",
    "phone": "+123123123213"
}
Language
Authorization
Header