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": "f57b61a1-9c21-43f8-8752-289dd7b9eb0a",
"sample string 3": "3e9b88ae-7834-4a52-aed1-23bb2aec3158"
}
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>f57b61a1-9c21-43f8-8752-289dd7b9eb0a</Value>
</KeyValueOfstringguid>
<KeyValueOfstringguid>
<Key>sample string 3</Key>
<Value>3e9b88ae-7834-4a52-aed1-23bb2aec3158</Value>
</KeyValueOfstringguid>
</ArrayOfKeyValueOfstringguid>