Регистрация пользователей
Last updated
Was this helpful?
Last updated
Was this helpful?
К сожалению на текущем моменте добавление пользователей в систему происходит только по API.
Ниже представлены методы API для управление пользователями
Create user with provided data. Required admin role.
Username of the user
john_doe
Password of the user
securepassword123
Full name of the user
John Doe
Links a user to a competition. Required admin role.
Request to link a user to a competition
ID of the user
1
ID of the competition
1001