Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| body | body | FileLocationsParams | false | none |
Example responses
200 Response
{
"property1": [
{
"name": "string",
"id": "string",
"avatarUrl": "string",
"email": "string"
}
],
"property2": [
{
"name": "string",
"id": "string",
"avatarUrl": "string",
"email": "string"
}
]
}