Update Member Details
Notifications And Profiles
Update Member Details
PUT
Update Member Details
Updates the profile details of the authenticated member. This endpoint allows updating personal information such as phone number, gender, and biography.
- Requires both an API key and a Firebase ID token.
- All fields in the request body are optional.
PUT /v1/member is supported as an alias for the same handler.
Example request body
Request inputs
Your client API key from the dashboard (Settings page).
Member’s phone number in international format (e.g., +1234567890).
Member’s gender. Common values include ‘male’, ‘female’, ‘other’.
Member’s biography or personal description.
Response fields
Confirms that the member profile details were saved successfully.
A snapshot of the updated member profile returned after the write succeeds.
The member’s latest saved phone number.
The member biography now stored on the profile.