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": "7839f4ff-fc88-4d7c-aa73-a655b9ddf98f",
"sample string 3": "fab7250b-ec8f-48bb-93c6-215b2407ec1f"
}
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>7839f4ff-fc88-4d7c-aa73-a655b9ddf98f</Value>
</KeyValueOfstringguid>
<KeyValueOfstringguid>
<Key>sample string 3</Key>
<Value>fab7250b-ec8f-48bb-93c6-215b2407ec1f</Value>
</KeyValueOfstringguid>
</ArrayOfKeyValueOfstringguid>