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: content/manuals/admin/organization/convert-account.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,13 @@ Consider the following effects of converting your account:
48
48
49
49
- The user account that you add as the first owner will have full administrative access to configure and manage the organization.
50
50
51
-
- Converting a user account to an organization will delete all of the user's personal access tokens. See [Create an access token](/manuals/security/for-developers/access-tokens.md#create-an-access-token) for steps on creating personal access tokens after converting the user account.
51
+
- To transfer a user's personal access tokens (PATs) to your converted organization,
52
+
you must designate the user as an organization owner. This will ensure any PATs associated with the user's account are transferred to the organization owner.
53
+
54
+
> [!TIP]
55
+
>
56
+
> To avoid potentially disrupting service of personal access tokens when converting an account or changing ownership, it is recommended to use [organization access tokens](/manuals/security/for-admins/access-tokens.md). Organization access tokens are
57
+
associated with an organization, not a single user account.
0 commit comments