Пользователи
Операция | Метод | Путь |
|---|---|---|
| List users (paginated) | GET | /users |
| Get user by ID | GET | /users/{id} |
| Create user | POST | /users |
| Set a permanent password | PUT | /users/password |
| Update user | PATCH | /users |
| Accept the user agreement | PATCH | /users/agreement |
| Block multiple users | PATCH | /users/block |
| Reset a user's password | PATCH | /users/password/{id} |
| Unblock multiple users | PATCH | /users/unblock |
| Delete multiple users | DELETE | /users |
| Delete user | DELETE | /users/{id} |