Updates specified User's options, such as extension, name and etc.
my_api.users.put_user(
"my_service_provider",
"my_group_id",
"john.smith@testdomain.net",
{
"address": {
"addressLine1": "Bldg 1",
"addressLine2": "Suite 2",
"city": "Cincinnat",
"stateOrProvince": "Ohio",
"zipOrPostalCode": "45204",
"country": "US"
}
}
)
[
{
"serviceProviderId": "my_service_provider_id",
"groupId": "my_group_id",
"userId": "john.smith@testdomain.net",
"lastName": "Smith",
"firstName": "John",
"callingLineIdLastName": "Smith",
"callingLineIdFirstName": "John",
"hiraganaLastName": "Smith",
"hiraganaFirstName": "John",
"extension": "1234",
"language": "English",
"timeZone": "Europe/London",
"timeZoneDisplayName": "(GMT+01:00) Greenwich Mean Time",
"defaultAlias": "john.smith@testdomain.net",
"address": {
"addressLine1": "Bldg 1",
"addressLine2": "Suite 2",
"city": "Cincinnat",
"stateOrProvince": "Ohio",
"zipOrPostalCode": "45204",
"country": "US"
},
"countryCode": "1",
"allowVideo": true,
"callingLineIdPhoneNumber": "",
"phoneNumber": "",
"domain": "testdomain.net",
"endpointType": "none",
"aliases": ["11@testdomain.net"],
"accessDeviceEndpoint": {
"contacts": []
},
"trunkAddressing": {
"trunkGroupDeviceEndpoint": {
"contacts": []
}
},
"department": {
"serviceProviderId": "",
"groupId": "",
"name": ""
},
"emailAddress": "",
"nationalPrefix": "",
"phoneNumberActivated": false,
"isEnterprise": true,
"passwordExpiresDays": "-107"
}
]