Available Operations
Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your OAuth token. | Headers | Bearer <access_token> |
10Number of records per page
1Current page number
10Total number of pages
100Total number of records
URL to the first page of records
URL to the previous page of records
URL to the current page of records
URL to the next page of records
john.smith@example.comEmail address of the user
jsmithLogin name of the user
JohnFirst name of the user
SmithLast name of the user
869048Unique identifier of the user
Collection of contact objects
HomeContact type
14155550100Contact value
Collection of extension objects
Collection of phone numbers assigned to the extension
14155550100Phone number
My TagCustom tag associated with the phone number
789Extension number
Example Response
{
"page_size": 10,
"page": 1,
"total_pages": 10,
"total_items": 100,
"_links": {
"first": {
"href": "string"
},
"prev": {
"href": "string"
},
"self": {
"href": "string"
},
"next": {
"href": "string"
}
},
"_embedded": {
"data": [
{
"email": "john.smith@example.com",
"login_name": "jsmith",
"first_name": "John",
"last_name": "Smith",
"id": 869048,
"contact_numbers": [
{
"type": "Home",
"value": "14155550100"
}
],
"extensions": [
{
"dids": [
{
"phone_number": "14155550100",
"custom_tag": "My Tag"
}
],
"extension_number": "789"
}
]
}
]
}
}Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your OAuth token. | Headers | Bearer <access_token> |
10Number of records per page
1Current page number
10Total number of pages
100Total number of records
URL to the first page of records
URL to the previous page of records
URL to the current page of records
URL to the next page of records
john.smith@example.comEmail address of the user
jsmithLogin name of the user
JohnFirst name of the user
SmithLast name of the user
869048Unique identifier of the user
Collection of contact objects
HomeContact type
14155550100Contact value
Collection of extension objects
Collection of phone numbers assigned to the extension
14155550100Phone number
My TagCustom tag associated with the phone number
789Extension number
Example Response
{
"page_size": 10,
"page": 1,
"total_pages": 10,
"total_items": 100,
"_links": {
"first": {
"href": "string"
},
"prev": {
"href": "string"
},
"self": {
"href": "string"
},
"next": {
"href": "string"
}
},
"_embedded": {
"data": {
"email": "john.smith@example.com",
"login_name": "jsmith",
"first_name": "John",
"last_name": "Smith",
"id": 869048,
"contact_numbers": [
{
"type": "Home",
"value": "14155550100"
}
],
"extensions": [
{
"dids": [
{
"phone_number": "14155550100",
"custom_tag": "My Tag"
}
],
"extension_number": "789"
}
]
}
}
}