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": "f4b62afc-3644-494a-8a82-9f9620e73c1b",
"sample string 3": "a8565776-9e47-4672-8d3b-8da29e91bd2b"
}
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>f4b62afc-3644-494a-8a82-9f9620e73c1b</Value>
</KeyValueOfstringguid>
<KeyValueOfstringguid>
<Key>sample string 3</Key>
<Value>a8565776-9e47-4672-8d3b-8da29e91bd2b</Value>
</KeyValueOfstringguid>
</ArrayOfKeyValueOfstringguid>