You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/iam/how-to/manage-members.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,6 @@ Refer to the dedicated [How to enforce security for Members](/iam/how-to/enforce
129
129
-[How to stop enforcing password renewal](/iam/how-to/enforce-security-requirements-members/#how-to-stop-enforcing-password-renewal)
130
130
-[How to edit the grace period of your Organization](/iam/how-to/enforce-security-requirements-members/#how-to-edit-the-grace-period-of-your-organization)
Copy file name to clipboardExpand all lines: pages/iam/how-to/manage-users.mdx
+14-17Lines changed: 14 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ From the user's [Overview tab](#how-to-access-the-user-overview), you can view i
39
39
40
40
In the Overview tab 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.
41
41
42
-
## How to manage a user's groups
42
+
## How to manage a user's groups and policies
43
43
44
44
From the user's **Groups & policies** tab you can find a list of the user's groups and policies.
45
45
@@ -66,12 +66,6 @@ A user may be part of multiple groups at the same time.
66
66
Learn [how to create a new IAM group](/iam/how-to/create-group/).
67
67
</Message>
68
68
69
-
## How to manage a user's policies
70
-
71
-
From the user's [**Overview** tab](#how-to-access-the-user-overview), scroll down to the **Policies** panel. A list of policies attached to the user displays:
1. Click the **x** button next to the policy you want to detach from the user. A pop-up displays asking you to confirm the action.
@@ -84,20 +78,20 @@ From the user's [**Overview** tab](#how-to-access-the-user-overview), scroll dow
84
78
85
79
A user may be attached to multiple policies.
86
80
87
-
1. Click **Attach a policy** to attach another policy to the user. A pop-up displays, prompting you to select a policy.
88
-
2. Select the policy you want to attach to the user from the drop-down list, or type the name of the policy.
89
-
3. Click **Validate** to finish.
90
-
The selected policy is attached to the user, and you are returned to the **Overview** tab.
81
+
1. Click **Attach a policy** to attach another policy to the user. A pop-up displays.
82
+
2. Select an action between: **creating a new policy**, **selecting an unassigned policy** or **duplicating an existing policy**.
91
83
92
-
<Messagetype="tip">
93
-
To create a new policy, see our [dedicated how to](/iam/how-to/create-policy/).
94
-
</Message>
84
+
<Messagetype="note">
85
+
When you [create a new policy](/iam/how-to/create-policy/) or duplicate an existing one, you are redirected to the IAM policies page. The following steps apply when you chose to select an unassigned policy.
86
+
</Message>
87
+
3. Select the policy you want to attach to the user from the drop-down list.
88
+
4. Click **Validate** to finish.
89
+
The selected policy is attached to the user.
95
90
96
91
## How to view and delete user API keys
97
92
98
-
1.From the user's[Overview tab](#how-to-access-the-user-overview), click the**Credentials** tab.
93
+
1.Click the user's **Credentials** tab.
99
94
You can view details of the user's [API keys](/iam/how-to/create-api-keys/).
100
-
<Lightboxsrc="scaleway-api-key.webp"alt="" />
101
95
<Messagetype="note">
102
96
You cannot see the secret key part of any API keys, nor can you create an API key for any IAM user other than yourself.
103
97
</Message>
@@ -106,7 +100,7 @@ A user may be attached to multiple policies.
106
100
A warning displays, reminding you that this action is permanent.
107
101
3. Type **DELETE** and click **Submit** to confirm the action.
108
102
109
-
## How to remove a user from the Organization
103
+
## How to remove a guest from an Organization
110
104
111
105
<Messagetype="note">
112
106
To remove any users other than yourself, you must either be the [Owner](/iam/concepts#owner) of the Organization, or have [IAMManager permissions](/iam/reference-content/permission-sets/). The exception to this is that you can always remove yourself as an IAM user from an Organization in which you are a [Guest](/iam/concepts#guest), anytime. This equates to leaving the Organization. You cannot leave an Organization that you own.
@@ -118,3 +112,6 @@ A user may be attached to multiple policies.
118
112
<Lightboxsrc="scaleway-remove-user-popup.webp"alt="A pop up box displaying a warning: Removing a user from this Organization automatically deletes their API keys, and any policies directly attached to them become orphaned" />
119
113
3. Type **REMOVE** to confirm, and click **Remove user** to validate.
120
114
115
+
<Messagetype="note">
116
+
If you want to delete a Member, follow the corresponding steps in the [How to manage Members](/iam/how-to/manage-members/#how-to-delete-a-member) documentation page.
0 commit comments