POST Api/WebUtilities/GetUsersWithAccess?parentId={parentId}&ToolId={ToolId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
parentId

globally unique identifier

Required

ToolId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "4fda4e09-f9ff-4933-861a-e3018f0918a4",
  "e59c9eff-3662-4402-8cd3-9f75d7feca40"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>4fda4e09-f9ff-4933-861a-e3018f0918a4</guid>
  <guid>e59c9eff-3662-4402-8cd3-9f75d7feca40</guid>
</ArrayOfguid>