# Functions
No description provided by the author
All godoc @Summary Get all users @Description Fetches a list of users based on optional query parameters such as filters and sorting.
Block godoc @Summary Block user @Description Blocks a user by their ID, disabling their account.
Profile godoc @Summary Retrieve user's profile @Description Retrieves a user's profile by their ID.
Remove godoc @Summary Remove user @Description Deletes a user by their ID.
Unlock godoc @Summary Unlock user @Description Unblocks a user by their ID, re-enabling their account.
Update godoc @Summary Update user's rights @Description Updates specific fields related to user's rights by accepting a JSON payload.
UpdateUser godoc @Summary Update user's profile @Description Updates the details of a user by accepting a JSON payload.
# Structs
No description provided by the author
# Interfaces
No description provided by the author