📄️ Get Users
This endpoint returns a list of users.
📄️ Create User
This endpoint creates a new user with the given attributes.
📄️ Get User
This endpoint returns a user.
📄️ Replace User
This endpoint updates an existing user by replacing all attributes present in the request.
📄️ Update User
This endpoint updates an existing user by applying JSON Patch operations.
📄️ Delete User
This endpoint deletes an existing user.