Greetings
Retrieves a collection of greetings available to certain user.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequiredExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwResponses
200
OK
application/json
4XX
Error
get/users/{id}/greetings
Create a voicemail greeting for user.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequiredExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwBody
file_idstringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwResponses
201
OK
application/json
idstringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYw4XX
Error
post/users/{id}/greetings
Was this helpful?