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": "3dd7a281-24b9-415d-b2eb-548c0de67c0f",
  "sample string 3": "c50352e3-21b9-4edd-a351-d67fde780a6b"
}

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>3dd7a281-24b9-415d-b2eb-548c0de67c0f</Value>
  </KeyValueOfstringguid>
  <KeyValueOfstringguid>
    <Key>sample string 3</Key>
    <Value>c50352e3-21b9-4edd-a351-d67fde780a6b</Value>
  </KeyValueOfstringguid>
</ArrayOfKeyValueOfstringguid>