The Express.js request to extract all required data from.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to create a user permission in the system.
The Express.js request to extract all required data from.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to create a new user in the system.
The Express.js request to extract all required data from.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to delte a user permission in the system.
The Express.js request to extract all required data from.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to deny a request for becoming a coach.
The Express.js request to extract all required data from.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to filter users in the system by name, email, status, coach or admin.
The Express.js request to extract all required data from.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to get all data for a certain student in the system.
The Express.js request to extract all required data from.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Gets the router for all /user/
related endpoints.
An Express.js {@link express.Router} routing all /user/
endpoints.
Attempts to delte a user permission in the system.
The Express.js request to extract all required data from.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to list all students in the system.
The Express.js request to extract all required data from.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Generated using TypeDoc
Attempts to accept a request for becoming a login_user.