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": "c944a9e3-a1e7-4007-8b20-dd0e68ade655",
  "sample string 3": "bce5c05c-b02b-4105-8309-86a70ebdc9f0"
}

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>c944a9e3-a1e7-4007-8b20-dd0e68ade655</Value>
  </KeyValueOfstringguid>
  <KeyValueOfstringguid>
    <Key>sample string 3</Key>
    <Value>bce5c05c-b02b-4105-8309-86a70ebdc9f0</Value>
  </KeyValueOfstringguid>
</ArrayOfKeyValueOfstringguid>