UpdateGssUserIdRequest
Exceptions
| Exception | Severity | Code | Condition |
|---|
Examples
The following is an XML example of the UpdateGssUserIdRequest sent to the Authentication.Update method.
<soapenv:Envelope xmlns:ns="http://schemas.gallup.com/oms/2010/10/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header />
<soapenv:Body>
<ns:Update xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ns:request i:type="a:UpdateGssUserIdRequest" xmlns:a="http://schemas.gallup.com/oms/2010/10/Authentication">
<a:Username>MyUsername</a:Username>
<a:GssUserId>1234</a:GssUserId>
</ns:request>
</ns:Update>
</soapenv:Body>
</soapenv:Envelope>