Model Definitions User: The sales rep working on the deal.

Pagination

Current only a page size of 25 is supported.

Endpoints

POST Users:

Creates a new Siro user with the specified details.

IMPORTANT: if integrating an external CRM, include the externalId in the call to connect the two systems

Body fields:

curl -X POST '<https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/users>' \\
-H 'Accept: */*' \\
-H "Authorization: Bearer: $API_TOKEN" \\
-H 'Connection: keep-alive' \\
-H 'Content-Type: application/json' \\
--data-raw '{"firstName":"Bob","externalId":"fd944ebc-36a2-40fc-ba87-5cc709b12f37", "email":"[email protected]"}' --compressed

PUT Users:

Updates a Siro user (if one exists) with the specified details.

Body fields: