You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/connector/docs/connectors-zoom.asciidoc
+24-16Lines changed: 24 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,18 +63,22 @@ To connect to Zoom you need to https://developers.zoom.us/docs/internal-apps/s2s
63
63
6. Click on the "Create" button to create the app registration.
64
64
7. After the registration is complete, you will be redirected to the app's overview page. Take note of the "App Credentials" value, as you'll need it later.
65
65
8. Navigate to the "Scopes" section and click on the "Add Scopes" button.
66
-
9. The following scopes need to be added to the app.
66
+
9. The following granular scopes need to be added to the app.
67
67
+
68
68
[source,bash]
69
69
----
70
-
user:read:admin
71
-
meeting:read:admin
72
-
chat_channel:read:admin
73
-
recording:read:admin
74
-
chat_message:read:admin
75
-
report:read:admin
70
+
user:read:list_users:admin
71
+
meeting:read:list_meetings:admin
72
+
meeting:read:list_past_participants:admin
73
+
cloud_recording:read:list_user_recordings:admin
74
+
team_chat:read:list_user_channels:admin
75
+
team_chat:read:list_user_messages:admin
76
76
----
77
-
77
+
[NOTE]
78
+
====
79
+
The connector requires a minimum scope of `user:read:list_users:admin` to ingest data into Elasticsearch.
80
+
====
81
+
+
78
82
10. Click on the "Done" button to add the selected scopes to your app.
79
83
11. Navigate to the "Activation" section and input the necessary information to activate the app.
80
84
@@ -220,18 +224,22 @@ To connect to Zoom you need to https://developers.zoom.us/docs/internal-apps/s2s
220
224
6. Click on the "Create" button to create the app registration.
221
225
7. After the registration is complete, you will be redirected to the app's overview page. Take note of the "App Credentials" value, as you'll need it later.
222
226
8. Navigate to the "Scopes" section and click on the "Add Scopes" button.
223
-
9. The following scopes need to be added to the app.
227
+
9. The following granular scopes need to be added to the app.
224
228
+
225
229
[source,bash]
226
230
----
227
-
user:read:admin
228
-
meeting:read:admin
229
-
chat_channel:read:admin
230
-
recording:read:admin
231
-
chat_message:read:admin
232
-
report:read:admin
231
+
user:read:list_users:admin
232
+
meeting:read:list_meetings:admin
233
+
meeting:read:list_past_participants:admin
234
+
cloud_recording:read:list_user_recordings:admin
235
+
team_chat:read:list_user_channels:admin
236
+
team_chat:read:list_user_messages:admin
233
237
----
234
-
238
+
[NOTE]
239
+
====
240
+
The connector requires a minimum scope of `user:read:list_users:admin` to ingest data into Elasticsearch.
241
+
====
242
+
+
235
243
10. Click on the "Done" button to add the selected scopes to your app.
236
244
11. Navigate to the "Activation" section and input the necessary information to activate the app.
0 commit comments