Get User Phone Settings
This request returns the phone settings of the user.
Resource
GET /me/phone/settings
Parameters
None
Payload
None
Response
Context
Authorization |
User |
Example
Request
GET https://xelion.nl/api/v1/master/me/phone/settings
Response
{
"object": {
"statusMessage": "nothing to declare",
"timeout": 0,
"doNotDisturb": false,
"anonymous": true,
"redirection": "012481632",
"redirectionActive": false,
"redirectionTimeout": 0,
"fallbackActive": true,
"voicemailActive": true,
"userStatus": "automatic",
"temporaryUserStatus": "at_appointment",
"temporaryUserStatusManuallySet": true,
"temporaryUserStatusUntil": "2024-04-24 11:08:00",
"fallback": {
"commonName": "Telefoonaansluiting Wim Bokkers",
"oid": "1556849",
"objectType": "XCCPhoneLine"
},
"permissions": "ReadWriteRemove",
"commonName": "",
"oid": "1556591",
"objectType": "XCCUserPhoneLine"
},
"links": [
{
"rel": "self",
"href": "http://www.xelion.nl/api/v1/master/me/phone/settings",
"method": "GET"
}
]
}