Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ Then, under the **Organizations** [tab](https://console.apify.com/account#/myorg

![Convert your account to an organization](../images/organizations/convert-to-organization.png)

Next, set the organization's name and click **Convert**.
Next, enter an organization name and select **Convert**.

And that's it! Your personal account becomes the organization, and you will be logged out automatically. You can now log into your new personal account with the same credentials as you are currently logged in with. This applies to both **password** and **OAuth** methods.
The name you enter becomes the organization's display name. The original account **username** stays the same, so any public Actors or API references (for example, `my_profile/my_actor`) keep their existing URLs. A new personal account is created for you with the same login credentials and a username based on your original username with `-owner` added (for example, `my_profile-owner`). This applies to both **password** and **OAuth** methods. You'll use this new personal account to manage and own the organization.

And that's it! Your personal account becomes the organization, and you will be logged out automatically.

For information on [adding members and assigning roles](./setup.md), see the Setup page.

Expand Down
Loading