Retrieve a list of group audit logs in an organization.
Ok
Bad Request
Unauthorized
Forbidden
Internal Server Error
{- "data": [
- {
- "id": "880e60d8-fbed-217a-1720-6511d9f16361",
- "action": "UPDATE",
- "createdDate": "2024-09-06T22:26:09.84",
- "description": "Updated Description here",
- "email": "johnsmith@gmail.com",
- "employeeId": 1234567,
- "firstName": "John",
- "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",
- "isDeleted": false,
- "lastName": "Smith",
- "name": "Test Group Name",
- "parentId": "880e60d8-fbed-217b-1720-6511d9f16361",
- "revision": 1,
- "rootGroupId": "880e60d8-fbed-217c-1720-6511d9f16361",
- "userId": "660e60d8-fbed-217c-1720-6511d9f16361",
- "userName": "johnsmith",
- "updatedDate": "2024-09-07T22:26:09.84"
}, - {
- "id": "880e60d8-fbed-217b-1720-6511d9f16361",
- "action": "CREATE",
- "createdDate": "2024-09-06T22:26:09.84",
- "description": "Description here",
- "email": "janedoe@hotmail.com",
- "fullPath": "Test Root Group\\Test Parent Group",
- "fullPathId": "880e60d8-fbed-217b-1720-6511d9f16361\\880e60d8-fbed-217b-1720-6511d9f16361",
- "isDeleted": false,
- "name": "Test Parent Group",
- "parentId": "880e60d8-fbed-217b-1720-6511d9f16361",
- "revision": 0,
- "rootGroupId": "880e60d8-fbed-217c-1720-6511d9f16361",
- "userId": "770e60d8-fbed-217c-1720-6511d9f16361",
- "userName": "janedoe",
- "updatedDate": "2024-09-06T22:26:09.84"
}, - {
- "id": "880e60d8-fbed-217b-1720-6511d9f16361",
- "action": "MOVE",
- "createdDate": "2024-09-06T22:26:09.84",
- "description": "Description here",
- "email": "janedoe@hotmail.com",
- "fullPath": "Test Root Group\\Test Parent Group",
- "fullPathId": "880e60d8-fbed-217b-1720-6511d9f16361\\880e60d8-fbed-217b-1720-6511d9f16361",
- "isDeleted": false,
- "name": "Test Parent Group",
- "parentId": "880e60d8-fbed-217b-1720-6511d9f16361",
- "revision": 1,
- "rootGroupId": "880e60d8-fbed-217c-1720-6511d9f16361",
- "userId": "770e60d8-fbed-217c-1720-6511d9f16361",
- "userName": "janedoe",
- "updatedDate": "2024-09-07T22:26:09.84"
}, - {
- "id": "880e60d8-fbed-217b-1720-6511d9f16361",
- "action": "IMPORT",
- "createdDate": "2024-09-06T22:26:09.84",
- "description": "Description here",
- "email": "janedoe@hotmail.com",
- "fullPath": "Test Root Group\\Test Parent Group",
- "fullPathId": "880e60d8-fbed-217b-1720-6511d9f16361\\880e60d8-fbed-217b-1720-6511d9f16361",
- "isDeleted": false,
- "name": "Test Parent Group",
- "parentId": "880e60d8-fbed-217b-1720-6511d9f16361",
- "revision": 0,
- "rootGroupId": "880e60d8-fbed-217c-1720-6511d9f16361",
- "userId": "770e60d8-fbed-217c-1720-6511d9f16361",
- "userName": "janedoe",
- "updatedDate": "2024-09-06T22:26:09.84"
}
], - "metadata": {
- "count": 102,
- "limit": 100,
- "offset": 2
}
}