Skip to main content

Inbox Participants

Overview

This resource represents Inbox Participants that can send Inbox Messages for a given Inbox Conversation.

Parameters

NameTypeRead/WriteDescription
conversationIntegerReadConversation's ID to which Participant belongs to
accountIntegerReadAccount's ID to which Participant is related to
member_idIntegerReadID of the resource that created the Participant (Client or Host - this is a polymorphic association)
member_typeStringReadType of the resource that created the Participant (Client or Host - this is a polymorphic association)
idIntegerReadParticipant's ID.
created_atTimeReadParticipant's create time.
updated_atTimeReadParticipant's update time.
last_message_sent_atTimeReadParticipant's last sent message time.
read_atTimeReadTime when Participant read last message.

List Participants

GET /inbox/participants

Get a single Participant

Returns a single participant identified by ID.

GET /inbox/participants/:participant_id

Create a new Participant

Creates a Participant.

POST /inbox/participants

Update a Participant

Returns an updated participant identified by ID.

PUT /inbox/participants/:participant_id
Restrictions on updatable parameters

Only :read attribute is allowed.