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:
[ "4036b052-499b-4f71-8626-a506b0d529b4", "a37bedeb-188c-4700-84f1-d0a88d47daf4" ]
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>4036b052-499b-4f71-8626-a506b0d529b4</guid> <guid>a37bedeb-188c-4700-84f1-d0a88d47daf4</guid> </ArrayOfguid>