The CometChat user import API allows customers to import their users’ data into the CometChat systems.
Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-v6-beta2-flutter-uikit.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Wrapper for the users.
{
"uid1": {
"uid": "uid1",
"name": "uid1",
"avatar": "https://data-eu.cometchat.io/assets/images/avatars/ironman.png",
"createdAt": "1673421419",
"metadata": { "key": "value" },
"lastActiveAt": "1673421425"
}
}
Import User(s)