POST
/
v1
/
companies
/
bulk_identify
Companies - Bulk Identify and Update
curl --request POST \
  --url https://analytix.userpilot.io/v1/companies/bulk_identify \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "companies": [
    {
      "company_id": "<string>",
      "metadata": {
        "subscription_status": "<string>",
        "subscription_plan": "<string>",
        "deal_size": "<string>",
        "monthly_active_users": "<string>",
        "platform_usage_score": "<string>",
        "account_manager": "<string>"
      }
    }
  ]
}'
{
  "end_time": "<any>",
  "file_size": 123,
  "filename": "<string>",
  "job_id": "<string>",
  "links": "<string>",
  "start_time": "<string>",
  "status": "<string>",
  "total_rows": 123,
  "type": "<string>"
}

Headers

Content-Type
string
Accept
string
Authorization
string
required

API authentication token in the format: Token {{API_KEY}} Obtain your API key from the Userpilot Environment Settings.

Body

application/json

Response

202 - application/json

Accepted - Bulk identify

The response is of type object.