Administrator Guide

Adding a Guest User Value
For the Guest description, you must include the GuestUserDetails element as described in the following
example.
You can set the sendSms and sendEmail attribute values to false as these values are not used by Guest.
XML Request
Post the XML request to the following URL:
https://<server>/tipsapi/config/write/<GuestUser>
The following example of the XML request is similar to the XML response received in the Read method, except
StatusCode, EntityMaxRecordCount, and exportTime are omitted:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TipsApiRequest xmlns="http://www.avendasys.com/tipsapiDefs/1.0">
<TipsHeader version="3.0" source="Guest"/>
<GuestUsers>
<GuestUser enabled="true" expiryTime="2016-12-30 12:24:37" startTime="2015-09-30 12:26:08"
sponsorName="admin" guestType="USER" password="webco123#" name="mike">
<GuestUserDetails sendSms="false" sendEmail="false" description="Test"/>
<GuestUserTags tagName="First Name" tagValue="Michael"/>
<GuestUserTags tagName="Email Address" tagValue="mike@webco.net"/>
<GuestUserTags tagName="Phone" tagValue="4888888888"/>
</GuestUser>
</GuestUsers>
</TipsApiRequest>
XML Response
The following is an example of the XML response:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TipsApiResponse xmlns="http://www.avendasys.com/tipsapiDefs/1.0">
<TipsHeader exportTime="Wed Sep 28 10:51:27 PST 2016" version="3.0"/>
<StatusCode>Success</StatusCode>
<LogMessages>
<Message>Added 1 guest user(s)</Message>
</LogMessages>
</TipsApiResponse>
Updating a Guest User Value
The Write method handles the Update operation and determines whether a passed object in the XML request
is already present or not.
Depending on presence of the passed object, a new object is added or the existing object is updated.
Post the XML request to the following URL:
https://<server>/tipsapi/config/write/<GuestUser>
XML Request
The following is an example of the XML request:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
Dell Networking W-ClearPass Deployment Guide Using the W-ClearPass Configuration API | 211