POST Api/Export/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": "818687b6-5a65-4148-9c8c-9849e1ef998b",
"sample string 3": "7363f193-f456-4c2e-b396-11b60d073511"
}
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>818687b6-5a65-4148-9c8c-9849e1ef998b</Value>
</KeyValueOfstringguid>
<KeyValueOfstringguid>
<Key>sample string 3</Key>
<Value>7363f193-f456-4c2e-b396-11b60d073511</Value>
</KeyValueOfstringguid>
</ArrayOfKeyValueOfstringguid>