Skip to content

Commit c0648af

Browse files
fix(iam): fix mentions of users
1 parent 960983e commit c0648af

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

pages/iam/how-to/manage-users.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can manage IAM users of an Organization if you are the [Owner](/iam/concepts
3030

3131
## How to view user information
3232

33-
From the user's [Overview tab](#how-to-access-the-user-overview), you can view information including the user's **status**, **type** (Guest or Owner), **joined on** date and whether they have [MFA](/account/concepts/#multifactor-authentication-mfa) enabled in the **User Information** panel at the top of the page.
33+
From the user's [Overview tab](#how-to-access-the-user-overview), you can view information including the user's **status**, **type** (Owner, Guest or Member), **joined on** date and whether they have [MFA](/account/concepts/#multifactor-authentication-mfa) enabled in the **User Information** panel at the top of the page.
3434

3535
On this page you can also find an extensive list of the user's permission sets, the name of their associated policies and the scope they apply to.
3636

pages/iam/reference-content/overview.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ Once you set up your account, you can start creating resources such as Instances
3636
If you want to give someone else permission to view, edit, create or manage resources (or features such as billing or support tickets) in your Organization, IAM makes this possible:
3737

3838
1. [Invite the user](/iam/how-to/invite-user-to-orga/) to your Organization. They create their own Scaleway account, if they do not already have one, and can then accept your invitation. They will appear in your Organization as a Guest.
39-
<Lightbox src="scaleway-iam-owners-guests.webp" alt="" />
39+
40+
Alternatively, you can [create a new IAM member](/iam/how-to/manage-members#how-to-create-a-member). You can provide them the credentials necessary to [log in as a member](/iam/how-to/log-in-as-a-member) in your Organization.
41+
4042
2. Give the user permissions via [policies](/iam/concepts/#policy). Create a policy to define what permissions and access rights you want the user to have in your Organization.
4143
<Lightbox src="scaleway-iam-policy.webp" alt="" />
4244

pages/iam/reference-content/users-groups-and-applications.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ They can be of two types:
2121

2222
- **Owner** - you are the Owner of the Organization that was created with your account.
2323
- **Guest** - you are a Guest when invited to an Organization of which you are not the Owner. Similarly, you can invite other users to be Guests in your Organization.
24-
25-
<Lightbox src="scaleway-iam-owners-guests.webp" alt="" />
24+
- **Member** - you are a member when you are added to an Organization by an Owner or user with IAM Manager permissions. Members exist only within the specific Organizations in which they are created. As a member you are subject to [complying with the security requirements](/iam/how-to/log-in-as-a-member#how-to-comply-with-security-requirements) in effect in your Organization.
2625

2726
Within each Organization, different IAM users can have different rights (defined through policies) to perform actions on resources.
2827

0 commit comments

Comments
 (0)