reseller
Import team users
reseller
- GETGet all teams for a reseller
- POSTCreate a new team
- GETGet information about a team
- PUTUpdate a new team
- DELRemove a team from the reseller
- PUTUpdate a new team
- POSTCreate new inboxes and users for a team
- GETGet all users on a team
- POSTAdd a user to a team
- DELRemove users from a team
- GETGets all inboxes for a team
- POSTCreate a new inbox for a team
- DELRemove inboxes from a team
- POSTCreate new inboxes and users for a team
- POSTAssign multiple Users to an Inbox
- DELRemove users from an inbox
- GETReturn the whitelist domains for the reseller team
- POSTCreate a new whitelisted domain for a team
- DELRemove a whitelisted domain from the team
- GETGet Resellers under a Platform
- POSTCreate a new Reseller
- GETGet reseller tiers
- POSTImport team users
- GETGet import team users job status
reseller
Import team users
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
Body
application/json
Response
200
application/json
curl --request POST \
--url https://partners.clerk.chat/reseller/teams/{teamId}/users/import \
--header 'Content-Type: application/json' \
--data '{
"userId": "<string>"
}'
{
"id": "<string>"
}