Skip to content

Change Name - Account and Organization

In this tutorial we will show how you can update your orginization and account name.

Video

Requirement

  • Must be on a on-demand (Paying) or contracted account, you CAN NOT be on free trial. We also assume no complex security needs.

Walk Through

When it comes to updating organization names there is only one way and that is via a support ticket where as account name updates can happen one of two way. One being via a support ticket where as the other is via the UI. We will show both.

Organization / account name

Lets start a support ticket to update our organization name. To start we will click on our profile name in the bottom left corner and click on support. Navigate

If you have not submitted a ticket in the past or added your email to their user profile

You will have to setup an email in your profile before you are allowed to submit a support ticket. To add a email we will navigate to the your profile. Navigate

Update the email and click save. Navigate

Click on "+ support ticket" to add a new ticket Click add support ticket

We will fill in the support ticket with the settings showen and click "create case". Fill in support ticket

We are done! Typically your account will be updated the same day but could take 24-48 hours.

Account name via UI (Option 2)

Warning

You can not edit your account name if it's the only account via this option. You will not be given the option and will have to submit a support ticket.

The section option is via the UI where we enable the orgadmin role and go to the accounts page to edit our accounts name. Start by running the code below to enable orgadmin.

1
2
3
4
5
-- Assume the ACCOUNTADMIN role
USE ROLE accountadmin;

-- Grant the ORGADMIN role to a user
GRANT ROLE orgadmin TO USER <username>;
1
2
3
4
5
-- Assume the ACCOUNTADMIN role
USE ROLE accountadmin;

-- Grant the ORGADMIN role to a user
GRANT ROLE orgadmin TO USER danielwilczak;
status
Statement executed successfully.

Once you have orgadmin role enable for your user, we'll switch to the role. switch role

Now that we switch to the orgadmin role we will see a new tab under the admin section called accounts. We'll click on that and then click the three dots next to the account we want to change the name of. navigate to accounts

Now we can change the name of the account and click save. Update account name