Users
Operations related to user management.
📄️ Get User Information
Retrieve information about a specific user. Either the user ID or name must be provided.
📄️ Check User Existence
Check if a specific user exists.
📄️ Create New User
Create a new user.
📄️ Update User Information
Update information for an existing user. Only provided fields will be updated.
📄️ Delete User
Delete an existing user.
📄️ List All Users
Retrieve a list of all users.
📄️ Get Current User Information
Retrieve information about the currently authenticated user.
📄️ Update Current User Information
Update information for the currently authenticated user. Only provided fields will be updated.
📄️ Delete Current User
Delete the currently authenticated user.