GET
/
reseller
/
teams
/
{teamId}
/
users
/
import
/
{jobId}
curl --request GET \
  --url https://partners.clerk.chat/reseller/teams/{teamId}/users/import/{jobId}
{
  "status": "new",
  "error": "<string>"
}

Path Parameters

teamId
string
required
jobId
string
required

Response

200 - application/json
status
enum<string>
required
Available options:
new,
in_progress,
success,
error
error
string | null
required