Fax Messaging Services¶
Display user’s Fax Messaging¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/fax_messaging/
¶ The API is mapped to UserFaxMessagingGetRequest
Additional information
- Response JSON Object:
aliases (array) – There will be maximum 3 items returned.
Update a user’s Fax Messaging¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/fax_messaging/
¶ The API is mapped to UserFaxMessagingModifyRequest
Additional restrictions
- Request JSON Object:
phoneNumber (string) – (Optional) Phone Number in E164 Format with length in range 0 - 23.
extension (string) – (Optional) the extension used to receive internal faxes. Length 0 or in range 2 - 20.
aliases (array) – (Optional) list of aliases. Max allowed items are 3. An empty list is used to delete the entries.