Skip to main content
Version: v1

InviteToChatPublicV1Request

Request to invite members to a chat

chatIdstringrequired

Chat ID

workspaceIdstringrequired

Workspace ID

memberIdstring[]required

IDs of the members to invite to the chat

InviteToChatPublicV1Request
{
"chatId": "c56Y0kgi",
"workspaceId": "w67Y89gu",
"memberId": [
"a56Y0kgi",
"a77Y0kgi"
]
}