Update dm member
Update a DM channel member’s settings, such as their notification preferences or membership status.
Required permissions:
dms:channel:manage
Documentation Index
Fetch the complete documentation index at: https://docs.whop.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The unique identifier of the DM channel member to update.
Body
Parameters for UpdateDmMember
The notification setting for this member, controlling how they receive alerts for new messages in this channel.
all, mentions, none The membership status for this member in the DM channel.
requested, accepted, hidden, closed, archived Response
A successful response
A user's membership record in a messaging channel, including notification preferences and read state.
The unique identifier for the entity
The unique identifier of the user who holds this channel membership.
The unique identifier of the messaging channel this membership belongs to.
The current state of this membership: requested, accepted, hidden, closed, or archived.
requested, accepted, hidden, closed, archived The timestamp when this member last viewed the channel, as a Unix timestamp in milliseconds. Null if the member has never viewed the channel.
"123.45"
The notification level for this channel: all, mentions, or none.
all, mentions, none 
