Import Groups
Groups
Import Groups
The CometChat group import API allows customers to import their groups’ data into the CometChat systems.
POST
Import Groups
For the complete error reference, see Error Guide.Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-campaigns-service-rest-api.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Body
application/json
Wrapper for the groups.
Example:
{
"guid1": {
"guid": "guid1",
"name": "guid1",
"createdAt": "1673421419",
"type": "public",
"owner": "cometchat-uid-1",
"groupOwnerDetails": {
"uid": "cometchat-uid-1",
"name": "cometchat-uid-1"
}
}
}Response
200 - application/json
Import Group(s)