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": "f8bd3d8c-3d24-4139-a853-bc36e94bdf4c",
  "sample string 3": "6f85900d-0f0b-42a2-adee-2310c3f0930e"
}

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>f8bd3d8c-3d24-4139-a853-bc36e94bdf4c</Value>
  </KeyValueOfstringguid>
  <KeyValueOfstringguid>
    <Key>sample string 3</Key>
    <Value>6f85900d-0f0b-42a2-adee-2310c3f0930e</Value>
  </KeyValueOfstringguid>
</ArrayOfKeyValueOfstringguid>