List User Web Service

This web service lists a single RapidDeploy user from the framework server.

Example request

GET http://localhost:8090/MidVision/ws/user/wsUser01 HTTP/1.1
Accept-Encoding: gzip,deflate
Authorization: ********************
Host: localhost:8090
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)

Example Response

<userDetail>
   <description>web service user</description>
   <email>user@mv.com</email>
   <enabled>true</enabled>
   <firstname>Web</firstname>
   <lastname>Service</lastname>
   <sourceType>0</sourceType>
   <username>wsUser01</username>
</userDetail>