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>"
}

Path Parameters

teamId
string
required

Body

application/json

Response

200
application/json

The response is of type object.