Session_UserInfo
This API gets information of a user.
URL
./Session_RSA_Verify
Input Parameters
| Parameters | Description | 
|---|---|
| userName | Name of the user for whom information is to be retrieved. | 
Sample SOAP Parameters
    <prot:Session_UserInfo>
        <userName>cryptouser</userName>
    </prot:Session_UserInfo>
Output
Details of the user.
   <ns2:Session_UserInfoResponse xmlns:ns2="http://dsws.org/protectappws/"><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <UserInfoResponse>
    <User>cryptouser</User>
    <GroupList>
    <Group>cryptogroup</Group>
    </GroupList>
    <CustomAttributeList>
    <CustomAttribute>
    <Name>twg_attritbute_1</Name>
    <Value>twg@encryption.com</Value>
    </CustomAttribute>
    <CustomAttribute>
    <Name>twg_attritbute_2</Name>
    <Value>twg2@encryption.com</Value>
    </CustomAttribute>
    </CustomAttributeList>
    <isChangePasswdPermission>false</isChangePasswdPermission>
    </UserInfoResponse>]]></ns2:Session_UserInfoResponse>