This doc is shared externally
——————————————–——————————————–——————————————–——–
Instructions
You can obtain an API_TOKEN for your org by logging in as a Siro admin and then creating one in the integrations page (link).
Rate Limits
The rate limit is currently 1000 requests per api token per minute.
Model Definitions User: The sales rep working on the deal.
Pagination
Current only a page size of 25 is supported.
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:
email
: String (required) - The email of the user in your system. They will receive a password reset email to this address when their user is created in Siro.externalId
: String (optional) - The unique id of the resource in your CRM system. Multiple resources cannot have the same externalId within the same organization.firstName
: String (optional) - The user’s first name.lastName
: String (optional) - The user’s last name.phoneNumber
: String (optional) - The user’s phone number.memberTeamId
: String (optional) - The 6 digit coded for the user’s team. Strongly suggested to add this.