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": "f37ccf65-f2e0-4433-9a2a-6cc011ee9f5e", "sample string 3": "18c21090-0bc8-4885-b3ee-c3314fea4fb8" }
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>f37ccf65-f2e0-4433-9a2a-6cc011ee9f5e</Value> </KeyValueOfstringguid> <KeyValueOfstringguid> <Key>sample string 3</Key> <Value>18c21090-0bc8-4885-b3ee-c3314fea4fb8</Value> </KeyValueOfstringguid> </ArrayOfKeyValueOfstringguid>