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:
[
  "8ba38d64-229a-4adc-a4da-361403d5843c",
  "be43b03f-531b-4b0d-95a8-9eb6e68e6018"
]

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>8ba38d64-229a-4adc-a4da-361403d5843c</guid>
  <guid>be43b03f-531b-4b0d-95a8-9eb6e68e6018</guid>
</ArrayOfguid>