Working with accounts is one of the most crucial aspects of using the Partner Panel.
There are several types of accounts available for creation and managing in the Partner Panel:
When creating a client account, an application is assigned to the account, granting the client access.
This is implemented through a request, with one of the mandatory fields being "reg_apps".
IDs of applications:
User entities are created simultaneously with the creation of a client account and are initially inactive. To activate the account, partner sends a special activation link to their client. The link format is the following:
https://login.gurtam.space/registration/acknowledgment?client_id=00010000000000000500&login=test_user_name&login_key=1123456
Where:
Upon clicking the activation link, the client enters his/her unique email address (to be associated with the account) and a password.
Then the client will receive a registration confirmation email at the provided address. By following the link in the email, the client completes the registration process by entering the requested information in the form (which could include password, login key, etc.).
Once the client confirms registration, their account is activated, and the activation date and time are recorded in the 'ack' field.
After that, the client will be able to log in to the application using the email and password that they entered during registration.