Retrieve dm member
Retrieves the details of an existing DM member.
Required permissions (one of):
dms:readsupport_chat:read
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Path Parameters
The unique identifier of the DM channel member to retrieve.
Response
A successful response
A user's membership record in a messaging channel, including notification preferences and read state.
The unique identifier of the messaging channel this membership belongs to.
The unique identifier for the entity
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 The current state of this membership: requested, accepted, hidden, closed, or archived.
requested, accepted, hidden, closed, archived The unique identifier of the user who holds this channel membership.

