Skip to main content
POST
/
reseller
/
teams
/
{teamId}
/
users
/
import
Import team users
curl --request POST \
  --url https://partners.clerk.chat/reseller/teams/{teamId}/users/import \
  --header 'Content-Type: application/json' \
  --data '
{
  "userId": "<string>"
}
'
{
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.clerk.chat/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

teamId
string
required

Body

application/json
userId
string

Response

id
string
required