For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI referenceImplementation
Get startedAPI referenceImplementation
    • Overview
          • The Member object
          • GET/conversations/{conversation_id}/members
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Common ModelsMembers

The Member object

The Member Object
1{
2 "id": "string",
3 "remote_id": "string",
4 "created_at": "2023-01-01T00:00:00Z",
5 "modified_at": "2023-01-01T00:00:00Z",
6 "user": "string",
7 "group": "string",
8 "remote_created_at": "2023-01-01T00:00:00Z",
9 "remote_updated_at": "2023-01-01T00:00:00Z",
10 "remote_was_deleted": true,
11 "field_mappings": {},
12 "remote_data": [
13 {
14 "path": "string",
15 "data": {}
16 }
17 ]
18}
Was this page helpful?
Previous

/messages/{message_id}/replies

Next

/conversations/{conversation_id}/members

Built with

The Member object is used to represent a member within the Chat account.

idstringOptionalRead-onlyformat: "uuid"
remote_idstring or nullOptional
created_atdatetimeOptionalRead-only
The datetime that this object was created by Merge.
modified_atdatetimeOptionalRead-only
The datetime that this object was modified by Merge.
userstring or nullOptionalformat: "uuid"
The user that is a member of the conversation. Only populated if the member is a user.
groupstring or nullOptionalformat: "uuid"
The group that is a member of the conversation. Only populated if the member is a group.
remote_created_atdatetime or nullOptional
When the third party's conversation was created.
remote_updated_atdatetime or nullOptional
When the third party's conversation was updated.
remote_was_deletedbooleanOptionalRead-only
field_mappingsobject or nullOptionalRead-only
remote_datalist of objects or nullOptionalRead-only