Update the user
Update the user
Path Parameters
The ID of the user to update
Request Body required
Possible values: [available
, unavailable
]
The availability of the user
The first name of the user
The last name of the user
The email address of the user
phoneNumber object
The country code of the user phone number in ISO 3166-1 alpha-2 format
The phone number of the user, will be converted to E.164 format
preferences object
Possible values: [en
, nl
, es
, sv
]
The language of the user in ISO 639-1 format
Possible values: [NL
, BE
, ES
, SE
]
The default country code of the user in ISO 3166-1 alpha-2 format
The ID of the number that is preselected when making outbound calls
Possible values: [light
, dark
, system
]
The color mode of the user interface
webphone object
Possible values: [ringtone1
, ringtone2
, ringtone3
, ringtone4
, ringtone5
, ringtone6
]
The ringtone of the webphone
Whether or not the Users device should also ring on incoming Webphone calls
callWaiting object
Whether or not call waiting is enabled for the Webphone
Whether or not the waiting tone is played on a new incoming call
notifications object
missedCalls object
Whether or not missed call notifications are enabled for the user
Possible values: [email
, app
]
The channels on which missed call notifications are sent
callOutsideBusinessHours object
Whether or not call outside business hours notifications are enabled for the user
Possible values: [email
, app
]
The channels on which call outside business hours notifications are sent
voicemail object
Whether or not voicemail notifications are enabled for the user
Possible values: [email
, app
]
The channels on which voicemail notifications are sent
- 204
- 400
- 401
- 403
- 404
- 500
Successfully updated the user
Invalid request body
Schema
- Array [
- ]
errors object[]
Human readable error code
Human readable error message
Human readable error detail
{
"errors": [
{
"code": "ERROR_CODE",
"message": "An error occurred while calling the endpoint",
"detail": "View more info at developers.rinkel.com"
}
]
}
Unauthorized
Forbidden
The user was not found
Internal Server Error