Updates member metadata. This is a flexible JSONB field for storing custom information about members.Documentation Index
Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt
Use this file to discover all available pages before exploring further.
URL Parameters
The ID of the community
The ID of the community membership
Request Body
Custom metadata object to store with the member
Returns
Returns the updated community membership object.Notes
- Authorization: Community owner or admin only
- Merge Behavior: Metadata is merged with existing data, not replaced
- Flexible Schema: Store any JSON-compatible data structure
- Use Cases: Member notes, preferences, custom flags, tracking data
- Reserved Fields: Some metadata fields are system-managed (e.g.,
lifetime_spend_cents,blocked,refunds)

