POST
/
reseller
/
teams
/
{teamId}
/
users
/
import
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
userId
string

Response

200
application/json
id
string
required