Retrieve a list of groups in an organization.
Ok
Bad Request
Unauthorized
Forbidden
Internal Server Error
{- "groups": [
- {
- "id": "880e60d8-fbed-217a-1720-6511d9f16361",
- "createdDate": "0001-01-01T00:00:00",
- "description": "Description here",
- "fullPath": "Test Root Group\\Test Parent Group\\Test Group Name",
- "fullPathId": "880e60d8-fbed-217b-1720-6511d9f16361\\880e60d8-fbed-217b-1720-6511d9f16361\\880e60d8-fbed-217a-1720-6511d9f16361",
- "name": "Test Group Name",
- "parentId": "880e60d8-fbed-217b-1720-6511d9f16361",
- "revision": 0,
- "rootGroupId": "880e60d8-fbed-217c-1720-6511d9f16361",
- "updatedDate": "0001-01-01T00:00:00"
}, - {
- "id": "880e60d8-fbed-217b-1720-6511d9f16361",
- "createdDate": "0001-01-01T00:00:00",
- "description": "Description here",
- "fullPath": "Test Root Group\\Test Parent Group",
- "fullPathId": "880e60d8-fbed-217b-1720-6511d9f16361\\880e60d8-fbed-217b-1720-6511d9f16361",
- "name": "Test Parent Group",
- "parentId": "880e60d8-fbed-217b-1720-6511d9f16361",
- "revision": 1,
- "rootGroupId": "880e60d8-fbed-217c-1720-6511d9f16361",
- "updatedDate": "0001-01-01T00:00:00"
}
], - "metadata": {
- "count": 102,
- "limit": 100,
- "offset": 2
}
}