File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ rank : 7
3
+ related_endpoints :
4
+ - post_external_users_submit_delete_job
5
+ related_guides :
6
+ - users/delete-user
7
+ - users/deprovision
8
+ related_pages : []
9
+ required_guides : []
10
+ related_resources : []
11
+ alias_paths : []
12
+ ---
13
+
14
+ # Bulk delete external users
15
+
16
+ You can remove up to 100 external users from your enterprise using API.
17
+ This API endpoint removes access to all types of content you invited the
18
+ listed external users to collaborate on.
19
+
20
+ To remove the external users, call the
21
+ [ ` POST /external_users/post_external_users_submit_delete_job ` ] .
22
+
23
+ <Samples id =" post_external_users_submit_delete_job " />
24
+
25
+ This job runs in the background, and sends a completion report listing deletion status for each user when it's finished.
26
+
27
+ <Message type =' notice ' >
28
+ When you delete external users, their pending collaboration invites are not deleted.
29
+ </Message >
You can’t perform that action at this time.
0 commit comments