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-v2/pages/connect/managed-auth/users.mdx
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ You'll see a list of all users, their connected accounts, and the option to dele
12
12
13
13
## Connecting multiple accounts
14
14
15
-
Users can connect multiple accounts for many different apps, or for the same app (e.g, I can connect my Notion and Gmail accounts, as well as accounts for multiple Slack workspaces).
15
+
Users can connect multiple accounts for many different apps, or for the same app (e.g., I can connect my Notion and Gmail accounts, as well as accounts for multiple Slack workspaces).
16
16
17
17
When retrieving account information [from the API](/connect/api/#accounts), you can filter by `external_user_id` and / or `app` to retrieve information for a specific user and / or app.
18
18
@@ -22,7 +22,7 @@ When running workflows on behalf of an end user, right now you can only use a si
22
22
23
23
## Deleting accounts
24
24
25
-
You have several options for removing access in Pipedream, depending on whether you want to delete an entire user or just specific connected accounts.
25
+
You can delete an individual connected account or an entire user and all associated accounts and resources from the UI or via the API.
26
26
27
27
### Deleting individual connected accounts
28
28
@@ -34,7 +34,6 @@ If you need more granular control, you can delete specific connected accounts in
34
34
3. Find the user whose accounts you want to manage
35
35
4. View all connected accounts for that user in the expanded section
36
36
5. Click the **Delete** button next to the specific account you want to remove
37
-
6. Confirm the deletion when prompted
38
37
39
38
This allows for more granular control over which integrated services remain accessible to your users.
40
39
@@ -56,8 +55,7 @@ When you delete a user, all of their connected accounts and deployed resources (
56
55
1. Open the project in Pipedream
57
56
2. Navigate to the **Users** tab under **Connect**
58
57
3. Locate the user you wish to delete
59
-
4. Click the **Delete User** button at the end of the row
60
-
5. Confirm the deletion in the dialog that appears
58
+
4. Click the **Delete User** button from the overlow menu at the end of the row
61
59
62
60
<Callouttype="danger">
63
61
Deleting a user is permanent and cannot be undone. All connected accounts for this user will be permanently removed.
0 commit comments