Param name |
Description
Validations
|
---|---|
ids Optional |
Return records matching these ids.
|
page Optional |
Return the next page of results.
|
per_page Optional |
How many results to return per page. The default is 25.
|
created_at_to Optional |
Date formatted like 2016-01-01 12:25:15 -0500
|
created_at_from Optional |
Date formatted like 2016-01-01 12:25:15 -0500
|
fulltext Optional |
Search for any record that matches this text
|
time_zone Optional |
Date ranges will be parsed using this time zone.
|
columns Optional |
Specify the columns you would like returned by the API for a given resource.
Limiting the columns can significantly increase API response time since only the requested data will be processed.
columns=uuid,number,created_at
Must be any combination of:
|
root Optional |
Pass
|
Param name |
Description
Validations
|
---|---|
first_name Required |
First Name
|
is_internal Optional Blank Value Allowed |
Internal agents only have access to your company and have a predefined password.
|
buyer_type Optional Blank Value Allowed |
What type of Agent is this? Either quality_assurance or buyer
|
email Optional Blank Value Allowed |
|
internal_username Optional Blank Value Allowed |
Username
|
last_name Optional Blank Value Allowed |
Last Name
|
company_name Optional Blank Value Allowed |
Company Name
|
phone_number Optional Blank Value Allowed |
Phone Number
|
address_state Optional Blank Value Allowed |
Address State
|
address_city Optional Blank Value Allowed |
Address City
|
address_country Optional Blank Value Allowed |
Address Country
|
address_zip Optional Blank Value Allowed |
Address Zip
|
address_line1 Optional Blank Value Allowed |
Address Line1
|
address_line2 Optional Blank Value Allowed |
Address Line2
|
call_center_id Optional Blank Value Allowed |
Does this agent belong to a call center?
|