Members
Update Member
Update an existing member
PATCH
Path Parameters
string
required
The member’s unique identifier
Request Body
string
Update the member’s email address
string
Update the member’s full name
string
Update the member’s avatar URL
string
Change the member’s plan
string
Update status:
active, inactive, pendingobject
Update custom metadata (merged with existing)
Response
boolean
Whether the request was successful
object
The updated member object
Notes
- Only provided fields will be updated
- Metadata is merged with existing metadata (use
nullto remove a key) - Changing email will require re-verification if email confirmation is enabled
- Plan changes take effect immediately