Viewing Add Global Contacts Status of Non-Admin Users

Requires FaxFinder 3.0.4 or higher.

HTTP Request Line

GET /ffws/v1/user_options HTTP/1.1

HTTP Response Status Codes

200 OK

Current status of global contacts.

400 Bad Request

The provided XML is not valid.

Example

GET /ffws/v1/user_options HTTP/1.1 
content-type: application/xml 
authorization: Basic YWRtaW46YWRtaW4= 
----------------------------------- 
HTTP/1.1 200 OK 
content-type: application/xml
<?xml version=”1.0” encoding=”UTF-8”?> 
<response>
	<message>Success</message>
	<user_options>
		<add_global>false</add_global>
	</user_options>
</response>