Skip to content

Commit 36e5c98

Browse files
fix(iam): org alias
1 parent 7e60bd6 commit 36e5c98

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,10 @@
608608
"label": "Manage Organization quotas",
609609
"slug": "manage-quotas"
610610
},
611+
{
612+
"label": "Set an Organization alias",
613+
"slug": "set-organization-alias"
614+
},
611615
{
612616
"label": "Create a Project",
613617
"slug": "create-a-project"
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: How to set an Organization alias
3+
description: This page shows you how to set up your Organization's alias
4+
tags: organization alias
5+
dates:
6+
validation: 2025-09-18
7+
posted: 2025-09-18
8+
---
9+
10+
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.
11+
12+
<Requirements />
13+
14+
- A Scaleway account logged into the [console](https://console.scaleway.com)
15+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
16+
17+
18+
<Message type="important">
19+
Keep in mind that:
20+
- An alias must contain between 2 and 32 characters
21+
- Aliases must be composed of lower case letters from A to Z and cannot include accents or digits
22+
- Each alias is unique value at Scaleway, meaning that no two Organizations can have the same alias
23+
- Currently, any update to your alias must be made via [support ticket](https://console.scaleway.com/support).
24+
</Message>
25+
26+
1. Go to the [Organization settings page](https://console.scaleway.com/settings/organization/information).
27+
2. Click **Add** under **Organization alias** in the **Organization Information** section. A pop-up displays.
28+
3. Enter an alias in the designated box.
29+
4. Click **Confirm**. Your Organization alias displays in the Organization Information section.
30+
5. Navigate to `<organization-alias>.account.scaleway.com/`, replacing `<organization-alias>` with your alias to test.
31+
32+
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.

0 commit comments

Comments
 (0)