Import Users
Users
Import Users
The CometChat user import API allows customers to import their users’ data into the CometChat systems.
POST
Import Users
Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-add-campaigns-webhooks.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Constraints
| Item | Constraint | Notes |
|---|---|---|
| Entities per request | 50 | Transmit up to 50 entities within a single request for efficient processing |
| Requests per minute | 60 | Rate limit for data import endpoints; exceeding returns a rate limit error |
Authorizations
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Body
application/json
Wrapper for the users.
Example:
{
"uid1": {
"uid": "uid1",
"name": "uid1",
"avatar": "https://assets.cometchat.io/sampleapp/v2/users/cometchat-uid-1.webp",
"createdAt": "1673421419",
"metadata": { "key": "value" },
"lastActiveAt": "1673421425"
}
}Response
200 - application/json
Import User(s)