GET api/Users/KMGroupsToUsers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of KMGroupsToUsersDTOName | Description | Type | Additional information |
---|---|---|---|
string |
None. |
||
GroupKMName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Email": "sample string 1", "GroupKMName": "sample string 2" }, { "Email": "sample string 1", "GroupKMName": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfKMGroupsToUsersDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Captio.Api.Dto"> <KMGroupsToUsersDTO> <Email>sample string 1</Email> <GroupKMName>sample string 2</GroupKMName> </KMGroupsToUsersDTO> <KMGroupsToUsersDTO> <Email>sample string 1</Email> <GroupKMName>sample string 2</GroupKMName> </KMGroupsToUsersDTO> </ArrayOfKMGroupsToUsersDTO>