Session_AllUserInfo
This API retrieves information of all users.
URL
./Session_AllUserInfo
Input Parameters
None
Sample SOAP Parameters
<prot:Session_AllUserInfo/>
Output
Returns the list of users.
<ns2:Session_AllUserInfoResponse xmlns:ns2="http://dsws.org/protectappws/"><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AllUserInfoResponse>
<UserDataList>
<UserData>
<User>testing</User>
<ModifyUserInfo>true</ModifyUserInfo>
</UserData>
<UserData>
<User>cryptouser</User>
<ModifyUserInfo>false</ModifyUserInfo>
<GroupList>
<Group>policy</Group>
</GroupList>
<CustomAttributeList>
<CustomAttribute>
<Name>twg_attritbute_1</Name>
<Value>twg@encryption.com</Value>
</CustomAttribute>
</CustomAttributeList>
</UserData>
</AllUserInfoResponse>]]></ns2:Session_AllUserInfoResponse>