User Management
User Creation
In order to have fully functioning user account a couple of steps needs to be accomplished:
Create User with
Create User
. Email address sent in the payload must be unique and its domain must be the same as for the Partner.Upload IDENTIFICATION_CERTIFICATE document for that user with
Upload Document
.Start Onboarding with
Start Onboarding
. After successful onboarding you will receive an email with one time password.Log in to Partner Panel and change password to permanent.
Configure authenticator application for MFA
Deactivate User
I order to deactivate a user and prevent further login use Update User
and set status
field to INACTIVE
.
Reset MFA
In case access to authenticator app is not possible a reset of MFA settings is needed.
To do that use Update User
and set mfaType
field to SMS
.
Next time user logs in SMS will be send to telephone number specified for that user.
After successful login user will be asked to set up new authenticator app and MFA method will be changed back again.
Last updated