Session_GetGroupInfo
This API gets information of all the users in a group.
URL
./Session_GetGroupInfo
Input Parameters
Parameters | Description |
---|---|
groupName | Name of the group for which information is to be retrieved. |
Sample SOAP Parameters
<prot:Session_GetGroupInfo >
<groupName>cryptogrouptest</groupName>
</prot:Session_GetGroupInfo >
Output
Details of the group.
<ns2:Session_GetGroupInfoResponse xmlns:ns2="http://dsws.org/protectappws/"><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<GroupInfoResponse>
<Group>cryptogrouptest</Group>
<UserList>
<User>cryptouser</User>
</UserList>
</GroupInfoResponse>]]></ns2:Session_GetGroupInfoResponse>