Service: zimbraAdmin
Namespace: "urn:zimbraAdmin"
UpdatePresenceSessionId SOAP Command

Generate a new Cisco Presence server session ID and persist the newly generated session id in zimbraUCCiscoPresenceSessionId attribute for the specified UC service.

Authorization token required true
Admin Authorization token required true

UpdatePresenceSessionIdRequest

    <UpdatePresenceSessionIdRequest> ## UpdatePresenceSessionIdRequest
        <ucservice [by="{ucservice-by} (id|name)"]>{key}</ucservice> ## UCServiceSelector
        <username>{username} (String)</username>
        <password>{password} (String)</password>
        (<a n="{key}" /> ## Attr)*
    </UpdatePresenceSessionIdRequest>

The following table describes elements and attributes you can define within a <UpdatePresenceSessionIdRequest> element:

XPath Required / Optional Description
/ucservice Required (only 1) Type:{key}
the UC service
Description for element text content:Key for choosing ucservice
{ucservice-by}="id" Use ucservice's zimbraId as the Key
{ucservice-by}="name" Use name of the ucservice as the Key
/ucservice@by Optional (0 or 1) Type:id|name
Selects the meaning of {ucservice-key}
/username Required (only 1) Type:{username} (String)
app username
/password Required (only 1) Type:{password} (String)
app password
/a Optional (0 or more) Attributes
/a@n Required (only 1) Type:String
Key

UpdatePresenceSessionIdResponse

    <UpdatePresenceSessionIdResponse> ## UpdatePresenceSessionIdResponse
        <a n="{key}">{value}</a> ## KeyValuePair
    </UpdatePresenceSessionIdResponse>

The following table describes elements and attributes you can define within a <UpdatePresenceSessionIdResponse> element:

XPath Required / Optional Description
/a Optional (0 or 1) Type:{value}
Newly generated Cisco presence session ID.
Description for element text content:Value
/a@n Required (only 1) Type:String
Key