AdminAgentSessionParticipants
Get one AdminAgentSessionParticipant
Retrieve a single AdminAgentSessionParticipant record by its Id.
GET
Get one AdminAgentSessionParticipant
A person taking part in an admin agent conversation
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the AdminAgentSessionParticipant-Read role.Path Parameters
integer
required
The Id of the AdminAgentSessionParticipant record to retrieve.
Code Examples
Response
200
integer
ID of the admin agent session.
string
Display value for AdminAgentSession.SessionId..
string
Display value for AdminAgentSession.Title..
integer
ID of the person taking part in the conversation.
string
Display value for User.FullName..
string
Display value for User.Email..
integer
User who invited this person (null for the owner).
string
Display value for InvitedBy.FullName..
integer
Owner (started the conversation) or Member (invited).
integer
Active, Left or Removed.
string
UTC time the person joined the conversation.
string
UTC time of the newest message this person has seen; messages after it count as unread.
string
UTC time of the newest message included in the last unread-messages email sent to this person.
boolean
True when this person asked not to receive unread-message emails for this conversation.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response