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:
[ "821736aa-f633-446c-ae63-40acfb3ce42d", "617088ac-0335-41aa-bf38-b1bc7a87bd1b" ]
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>821736aa-f633-446c-ae63-40acfb3ce42d</guid> <guid>617088ac-0335-41aa-bf38-b1bc7a87bd1b</guid> </ArrayOfguid>