Functionsยง
- _add_
routes - get_
user_ country_ by_ ip - get_
user_ details - GET
/api/v0/main-frontend/user-details/[id]
- Find user details by user id - get_
users_ by_ course_ id - GET
/api/v0/main-frontend/user-details/get-users-by-course-id
- Get user details of users that are in the course - search_
users_ by_ email - GET
/api/v0/main-frontend/user-details/search-by-email
- Allows to search user by their email - search_
users_ by_ other_ details - GET
/api/v0/main-frontend/user-details/search-by-other-details
- Allows to search user by their names etc. - search_
users_ fuzzy_ match - GET
/api/v0/main-frontend/user-details/search-fuzzy-match
- Allows to find the right user details in cases where there is a small typing error in the search query