UpdateProfile updates the current user's profile.
PATCH/api/v1/auth/me
Allows updating:
- first_name, last_name
- avatar_url
- status (available, busy, dnd, offline)
Note
Email cannot be changed via this endpoint. Phone number requires verification via ChangePhoneNumber/VerifyPhoneNumberChange.
Errors
- INVALID_ARGUMENT: Invalid status value
Request
Responses
- 200
- default
A successful response.
An unexpected error response.