Permanently deleted user
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:sch="http://www.xmatters.com/webservices/schema#5.5.47">
<soap:Header/>
<soap:Body>
<sch:FindPersons>
<sch:user>soapuserhere</sch:user>
<sch:password>passwodhere</sch:password>
<sch:clientTimestamp></sch:clientTimestamp>
<sch:clientIP></sch:clientIP>
<sch:clientOSUser></sch:clientOSUser>
<sch:company>Company Name</sch:company>
<sch:searchParameters>
<sch:roleName></sch:roleName>
<sch:targetName>tdepuy</sch:targetName>
</sch:searchParameters>
</sch:FindPersons>
</soap:Body>
</soap:Envelope>
0
Comments
Please sign in to leave a comment.
And a response with SOAP payload
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:sch="http://www.xmatters.com/webservices/schema#5.5.47">
<soap:Header/>
<soap:Body>
<sch:FindPersons>
<sch:user>soapuserhere</sch:user>
<sch:password>passwodhere</sch:password>
<sch:clientTimestamp></sch:clientTimestamp>
<sch:clientIP></sch:clientIP>
<sch:clientOSUser></sch:clientOSUser>
<sch:company>Company Name</sch:company>
<sch:searchParameters>
<sch:roleName></sch:roleName>
<sch:targetName>tdepuy</sch:targetName>
</sch:searchParameters>
</sch:FindPersons>
</soap:Body>
</soap:Envelope>
And a follow up response
```
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:sch="http://www.xmatters.com/webservices/schema#5.5.47">
soap:Header/
soap:Body
sch:FindPersons
sch:usersoapuserhere/sch:user
sch:passwordpasswodhere/sch:password
sch:clientTimestamp/sch:clientTimestamp
sch:clientIP/sch:clientIP
sch:clientOSUser/sch:clientOSUser
sch:companyCompany Name/sch:company
sch:searchParameters
sch:roleName/sch:roleName
sch:targetNametdepuy/sch:targetName
/sch:searchParameters
/sch:FindPersons
/soap:Body
/soap:Envelope
```