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:
[
  "7c44f7ae-09dc-422f-a363-3b9da53a20e3",
  "c13ef54d-26e5-4000-9d4c-8a32c10b3728"
]

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>7c44f7ae-09dc-422f-a363-3b9da53a20e3</guid>
  <guid>c13ef54d-26e5-4000-9d4c-8a32c10b3728</guid>
</ArrayOfguid>