Directories | Groups | Edit
.
Parameter | Description |
---|---|
Page Size | The number of results to request. |
Page Token | The value of the ‘next’ or ‘previous’ fields from an earlier request. |
Query | A string to query for. |
Source | A group source to filter on. default_value: cloud |
{
"meta": {
"status": 200,
"pagination": {
"pageSize": 25,
"recordStart": 0,
"next": "eNqrVipOTS4tSs.....",
"previous": "eNqrVipOTS4tSs....."
},
"data": [
{
"folders": [
{
"description": "String",
"source": "String",
"folderCount": 0,
"parentId": "String",
"id": "String",
"userCount": 10
}
],
"source": "String",
"query": "String"
}
]
}
Was this page helpful?