Theme switcher

Update user

Path Parameters

usernamestring Required

The unique username of the user to update, specified in the URL path.

Body Parameters

idinteger

The unique identifier for the user within the system. Typically immutable.

usernamestring

The unique username of the user to update, specified in the URL path.

firstNamestring

The user's first name. This field can be updated to reflect changes or corrections.

lastNamestring

The user's last name. This field can be updated to reflect changes in the user's surname.

emailstring

The user's email address, used for account identification and communication.

passwordstring

The user's new password. Must meet security requirements to ensure account protection.

phonestring

The user's phone number, formatted according to international dialing standards.

userStatusinteger

The current status of the user account, such as active, inactive, or suspended.

Response

200
Object

successful operation

Was this section helpful?

PUT

/

Select
1

Response

Was this section helpful?