Users
Used to get generic data about users.
Endpoints
Type | URI | Description |
---|---|---|
POST | ./utilizatori | Create an account. |
GET | ./utilizatori/profile | Used to get basic data about the user. (eg type, name, email, permissions, roles etc ) |
GET | ./utilizatori/profile_username | It is used to retrieve information about a username |
GET | ./utilizatori/info | It is used to retrieve information about a user. |
GET | ./utilizatori/infos | It is used to retrieve information about users.. |
GET | ./utilizatori/preferinte | It is used to get user's preferences |
PUT | ./utilizatori/preferinte | It is used to setup user's preferences. |
POST | ./utilizatori/send_access_code | It is used to send a access code to a user. |
POST | ./utilizatori/send_password | It is used to send a unique password via SMS or to send a link via E-mail to recover password |
GET | ./utilizatori/search | Search users (students, parents, teachers) after first name or last name; |
GET | ./utilizatori/pushtok | The endpoint will return the list will all tokens that are associated to a user. |
POST | ./utilizatori/pushtok | Add a new token for a user. |
DELETE | ./utilizatori/pushtok | Delete a token. |
GET | ./utilizatori/signatories/secretaries | Get all secretaries |
GET | ./utilizatori/signatories/headmasters | Get all headmasters |