POST
/
reseller
/
teams
/
{teamId}
/
bulk
curl --request POST \
  --url https://partners.clerk.chat/reseller/teams/{teamId}/bulk \
  --header 'Content-Type: application/json' \
  --data '{
  "data": []
}'
{
  "users": [
    {
      "id": "<string>",
      "firstname": "<string>",
      "lastname": "<string>",
      "email": "<string>",
      "created": "2023-11-07T05:31:56Z",
      "updated": "2023-11-07T05:31:56Z",
      "inboxes": [
        {
          "id": "<string>",
          "phone": "<string>",
          "externalId": "<string>",
          "created": "2023-11-07T05:31:56Z",
          "updated": "2023-11-07T05:31:56Z"
        }
      ],
      "role": {
        "type": "workspace_owner"
      },
      "acceptedTermsOfService": true
    }
  ],
  "inboxes": [
    {
      "id": "<string>",
      "phone": "<string>",
      "externalId": "<string>",
      "created": "2023-11-07T05:31:56Z",
      "updated": "2023-11-07T05:31:56Z"
    }
  ]
}

Path Parameters

teamId
string
required

Body

application/json
data
object[]
required

Response

201 - application/json
users
object[]
required
inboxes
object[]
required