PUT /api/users/
Updates the details of an existing user account.Requires a valid Bearer token. Allowed roles:
ADMIN, USER.Path parameters
The string ID of the user to update.
Request body
Updated email address for the user. Must be a valid email format.
Updated password for the user. Must be at least 8 characters and include uppercase letters, lowercase letters, numbers, and special characters (
@$!%*?&).Updated role for the user. Must be one of:
ADMIN, ORGANIZER, USER.Updated first name of the user.
Updated last name of the user.
Updated geographic location of the user.
Response fields
Indicates whether the request succeeded.
Human-readable result message.