From 36e5c98f867034f7d6e1689e87d7a9db54e1ce9c Mon Sep 17 00:00:00 2001 From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:33:53 +0200 Subject: [PATCH 1/2] fix(iam): org alias --- menu/navigation.json | 4 +++ .../how-to/set-organization-alias.mdx | 32 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 pages/organizations-and-projects/how-to/set-organization-alias.mdx diff --git a/menu/navigation.json b/menu/navigation.json index 5cef937097..97b07114d4 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -608,6 +608,10 @@ "label": "Manage Organization quotas", "slug": "manage-quotas" }, + { + "label": "Set an Organization alias", + "slug": "set-organization-alias" + }, { "label": "Create a Project", "slug": "create-a-project" diff --git a/pages/organizations-and-projects/how-to/set-organization-alias.mdx b/pages/organizations-and-projects/how-to/set-organization-alias.mdx new file mode 100644 index 0000000000..c6f02f1e30 --- /dev/null +++ b/pages/organizations-and-projects/how-to/set-organization-alias.mdx @@ -0,0 +1,32 @@ +--- +title: How to set an Organization alias +description: This page shows you how to set up your Organization's alias +tags: organization alias +dates: + validation: 2025-09-18 + posted: 2025-09-18 +--- + +An alias is a string of characters used to identify the Organization during member login. Aliases can be used as an alternative to the Organization ID to make memorization and access easier for members. + + + +- A Scaleway account logged into the [console](https://console.scaleway.com) +- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization + + + + Keep in mind that: + - An alias must contain between 2 and 32 characters + - Aliases must be composed of lower case letters from A to Z and cannot include accents or digits + - Each alias is unique value at Scaleway, meaning that no two Organizations can have the same alias + - Currently, any update to your alias must be made via [support ticket](https://console.scaleway.com/support). + + +1. Go to the [Organization settings page](https://console.scaleway.com/settings/organization/information). +2. Click **Add** under **Organization alias** in the **Organization Information** section. A pop-up displays. +3. Enter an alias in the designated box. +4. Click **Confirm**. Your Organization alias displays in the Organization Information section. +5. Navigate to `.account.scaleway.com/`, replacing `` with your alias to test. + +You can now share this link with members so they [can log in directly](/iam/how-to/log-in-as-a-member) to your Organization without filling out the Organization ID. \ No newline at end of file From f01375c4ee23368725641ae36d053724a0f2c6fb Mon Sep 17 00:00:00 2001 From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:59:53 +0200 Subject: [PATCH 2/2] fix(iam): review jessi Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> --- .../how-to/set-organization-alias.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/organizations-and-projects/how-to/set-organization-alias.mdx b/pages/organizations-and-projects/how-to/set-organization-alias.mdx index c6f02f1e30..d0c489faca 100644 --- a/pages/organizations-and-projects/how-to/set-organization-alias.mdx +++ b/pages/organizations-and-projects/how-to/set-organization-alias.mdx @@ -19,7 +19,7 @@ An alias is a string of characters used to identify the Organization during memb Keep in mind that: - An alias must contain between 2 and 32 characters - Aliases must be composed of lower case letters from A to Z and cannot include accents or digits - - Each alias is unique value at Scaleway, meaning that no two Organizations can have the same alias + - Each alias is a unique value at Scaleway, meaning that no two Organizations can have the same alias - Currently, any update to your alias must be made via [support ticket](https://console.scaleway.com/support).