Skip to content

Commit 462b227

Browse files
authored
Add guide for bulk delete external users (#801)
* Add guide for bulk del ext users * Lint issue
1 parent baa54c6 commit 462b227

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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>

0 commit comments

Comments
 (0)