Skip to main content
{
	"channel_id": "<string>",
	"id": "<string>",
	"last_viewed_at": "123.45",
	"notification_preference": "all",
	"status": "requested",
	"user_id": "<string>"
}
channel_id
string
required
The unique identifier of the messaging channel this membership belongs to.
id
string
required
The unique identifier for the entity
last_viewed_at
string | null
required
The timestamp when this member last viewed the channel, as a Unix timestamp in milliseconds. Null if the member has never viewed the channel.Example: 123.45
notification_preference
DmsFeedMemberNotificationPreferences
required
The notification level for this channel: all, mentions, or none.Available options: all, mentions, none
status
DmsFeedMemberStatuses
required
The current state of this membership: requested, accepted, hidden, closed, or archived.Available options: requested, accepted, hidden, closed, archived
user_id
string
required
The unique identifier of the user who holds this channel membership.