(params RetrieveQueryParams)
| 229 | GetProUserCount() (int, error) |
| 230 | GetUserCount() (int, error) |
| 231 | GetUsers(params RetrieveQueryParams) ([]User, error) |
| 232 | CreateUserWithoutPassword(user User) (User, error) |
| 233 | CreateUser(user UserWithPwd) (User, error) |
| 234 | DeleteUser(userID int) error |
no outgoing calls