v1.0
OAS 3.0.3

Universal CRM API Documentation

Development documentation

Server: https://crm.universal.rollout.com/api
Client Libraries

People

/people

Query Parameters
  • next
    Type:string
  • offset
    anyOf
  • limit
    Type:number
  • Responses
    Request Example forGET/people
    curl https://crm.universal.rollout.com/api/people
    
    {
      "_metadata": {
        "collection": "…",
        "offset": 1,
        "limit": 1,
        "total": 1,
        "next": "…",
        "nextLink": "…"
      },
      "people": [
        {
          "id": "…",
          "name": "…",
          "firstName": "…",
          "lastName": "…",
          "background": "…",
          "stage": "…",
          "tags": [
            "…"
          ],
          "originalIds": {
            "^(.*)$": 1
          },
          "original": {
            "^(.*)$": {
              "^(.*)$": null
            }
          },
          "created": "…",
          "updated": "…",
          "addresses": [
            {
              "type": "…",
              "street": "…",
              "city": "…",
              "state": "…",
              "code": "…",
              "country": "…"
            }
          ],
          "emails": [
            {
              "value": "…",
              "type": "…",
              "status": "…",
              "isPrimary": true
            }
          ],
          "phones": [
            {
              "value": "…",
              "type": "…",
              "isPrimary": true
            }
          ],
          "source": "…",
          "ANY_ADDITIONAL_PROPERTY": "anything"
        }
      ]
    }

    Notes (Collapsed)

    Users (Collapsed)