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:
[ "7c44f7ae-09dc-422f-a363-3b9da53a20e3", "c13ef54d-26e5-4000-9d4c-8a32c10b3728" ]
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>7c44f7ae-09dc-422f-a363-3b9da53a20e3</guid> <guid>c13ef54d-26e5-4000-9d4c-8a32c10b3728</guid> </ArrayOfguid>