Users
Operations related to user management.
📄️ List Users
Retrieve a paginated list of users.
📄️ Create User
Create a new user with the provided username.
📄️ Get User
Retrieve information about a specific user by username.
📄️ Check User Existence
Check if a specific user exists by username.
📄️ Update User
Update information for an existing user. Only provided fields will be updated.
📄️ Delete User
Delete an existing user.
📄️ Get Current User
Retrieve information about the currently authenticated user.
📄️ Update Current User
Update information for the currently authenticated user. Only provided fields will be updated.
📄️ Delete Current User
Delete the currently authenticated user.