Editing A User - Multitech FaxFinder FF240-IP Developer's Manual

Fax over ip server
Hide thumbs Also See for FaxFinder FF240-IP:
Table of Contents

Advertisement

USER FUNCTIONS
34
<max_attempts>2</max_attempts>
35
<interval>600</interval>
36
<receipt>never</receipt>
37
<receipt_attachment>none</receipt_attachment>
38
</user>
39
</response>

Editing a User

HTTP Request
Line
HTTP Response
Status Codes
Example
1
PUT /ffws/v1/users/USERNAME
2
content-type: application/xml
3
authorization: Basic YWRtaW46YWRtaW4=
4
<?xml
version="1.0" encoding="UTF-8"?>
5
<user>
6
<name>Edit User</name>
7
<username>user1</username>
8
<password>user1</password>
9
<email_address>admin@Example.com</email_address>
10
<phone_number>218-555-3333</phone_number>
11
<fax_number>218-555-3334</fax_number>
12
<organization>Example Org</organization>
13
<priority>1</priority>
14
<max_attempts>2</max_attempts>
15
<interval>600</interval>
16
<receipt>never</receipt>
17
<receipt_attachment>none</receipt_attachment>
</user>
-----------------------------------
HTTP/1.1 200 OK
content-type: application/xml
<?xml
version="1.0" encoding="UTF-8"?>
<response>
<message>Modified</message>
</response>
13
PUT /ffws/v1/users/USERNAME HTTP/1.1
200 OK
Modified successfully.
403 Forbidden
Authenticated user does not have permission to change data.
404 Not Found
User not found.
400 Bad Request
The provided XML is not valid.
HTTP/1.1
FaxFinder Web Services API Developer Guide

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FaxFinder FF240-IP and is the answer not in the manual?

This manual is also suitable for:

Faxfinder ff240Faxfinder ff440Faxfinder ff840

Table of Contents