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:
[ "c69f44a3-072e-42f3-82e2-d0bbb097e8b5", "9587c9a7-e34a-46cc-87e5-79740c51d71b" ]
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>c69f44a3-072e-42f3-82e2-d0bbb097e8b5</guid> <guid>9587c9a7-e34a-46cc-87e5-79740c51d71b</guid> </ArrayOfguid>