cURL
curl --request POST \ --url https://partners.clerk.chat/reseller/teams/{teamId}/users/import \ --header 'Content-Type: application/json' \ --data '{ "userId": "<string>" }'
{ "id": "<string>" }
The response is of type object.
object