Module user
Source - get
- get /api/v8/users/{user_id}
Returns the user’s username, email, and administrator status by user id
- get_basic_info_by_emails
- post /api/v8/users/basic_info_by_emails
Requires admin.
Find all users’ basic infos with the posted json array of emails
- get_basic_info_by_usernames
- post /api/v8/users/basic_info_by_usernames
Requires admin.
Find all users’ basic infos with the posted json array of usernames
- get_current
- get /api/v8/users/current
Returns the current user’s username, email, and administrator status