Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device.
Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Example RequestToken transaction with bad permissions. Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://v2.provisioning.ws.web.verba.com/">
<soapenv:Header/>
<soapenv:Body>
<v2:requestToken>
<eid>0000</eid>
<loginName>verba_standard_user</loginName>
<password>api_user_password</password>
</v2:requestToken>
</soapenv:Body>
</soapenv:Envelope>
Response:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:requestTokenResponse xmlns:ns2="http://v2.provisioning.ws.web.verba.com/">
<return>
<status>
<message>com.verba.web.api.KnownException: User should be a System Supervisor.</message>
<statusCode>ERROR_GENERAL</statusCode>
</status>
</return>
</ns2:requestTokenResponse>
</S:Body>
</S:Envelope>