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": "83a28c59-481b-42cb-8d30-eaa754ba0d38",
  "sample string 3": "5b25423f-5c39-41a9-ae9b-f06f3fa43d54"
}

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>83a28c59-481b-42cb-8d30-eaa754ba0d38</Value>
  </KeyValueOfstringguid>
  <KeyValueOfstringguid>
    <Key>sample string 3</Key>
    <Value>5b25423f-5c39-41a9-ae9b-f06f3fa43d54</Value>
  </KeyValueOfstringguid>
</ArrayOfKeyValueOfstringguid>