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:
[
  "8ba2620a-9f7e-47eb-9541-2e8edb293cfd",
  "1ac19c54-b556-48db-a988-50b63fc14e9b"
]

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>8ba2620a-9f7e-47eb-9541-2e8edb293cfd</guid>
  <guid>1ac19c54-b556-48db-a988-50b63fc14e9b</guid>
</ArrayOfguid>