Get operation logs report
GET
/report/operationlogs
Reports
Use this API to retrieve operation logs report for a specified period of time.
Scopes:
report:read:admin
Heavy
Prerequisites:
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/report/operationlogs?from&to'
响应示例响应示例
200 - response
{
"from": "2019-08-14",
"next_page_token": "czxcxdvxvddc",
"operation_logs": [
{
"action": "Update",
"category_type": "User",
"operation_detail": "Activate User sjkfhdsf@jdfgkhgd.com ",
"operator": "someuser@sfksfhksdfsf.com",
"time": "2019-08-20T19:09:01Z"
},
{
"action": "Update",
"category_type": "User",
"operation_detail": "Deactivate User mynewemail@jdfkdshfhjdsf.ffasdm ",
"operator": "anotheruser@sfhidshfidshufds.com",
"time": "2019-08-20T18:59:56Z"
}
],
"page_size": 30,
"to": "2019-09-14"
}
请求参数
Query 参数
from
string <date>
必需
to
string <date>
End date.
page_size
integer
可选
<= 300
默认值:
30
next_page_token
string
可选
category_type
enum<string>
可选
Filter your response by a category type to see reports for a specific category.
The value for this field can be one of the following:
all
user
user_settings
account
billing
im
recording
phone_contacts
webinar
sub_account
role
zoom_rooms
枚举值:
alluseruser_settingsaccountbillingimrecordingphone_contactswebinarsub_accountrolezoom_rooms
返回响应
修改于 2024-04-24 09:06:48