POST Api/WebUtilities/GetUsersWithAccess?parentId={parentId}&ToolId={ToolId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
parentId | globally unique identifier |
Required |
|
ToolId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of globally unique identifierResponse Formats
application/json, text/json
Sample:
[ "7c8b581f-11af-47e5-9e64-b7fdf1f95d7f", "7fcfdc7e-42e0-40b7-97e3-6834c7488629" ]
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>7c8b581f-11af-47e5-9e64-b7fdf1f95d7f</guid> <guid>7fcfdc7e-42e0-40b7-97e3-6834c7488629</guid> </ArrayOfguid>