POST Api/WebUtilities/GetUsers

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Dictionary of string [key] and globally unique identifier [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": "c9a7813a-ce97-4676-a612-407b4a64ff05",
  "sample string 3": "042ffad9-f6a6-4ee8-9bd7-4547ec1d7f48"
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringguid>
    <Key>sample string 1</Key>
    <Value>c9a7813a-ce97-4676-a612-407b4a64ff05</Value>
  </KeyValueOfstringguid>
  <KeyValueOfstringguid>
    <Key>sample string 3</Key>
    <Value>042ffad9-f6a6-4ee8-9bd7-4547ec1d7f48</Value>
  </KeyValueOfstringguid>
</ArrayOfKeyValueOfstringguid>