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: en/asgardeo/docs/guides/users/manage-users.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
This guide walks you through the process of managing a user account. An owner or an administrator can manage user accounts.
4
4
5
5
## Onboard users
6
+
6
7
There are three ways to onboard a user:
7
8
8
9
- The user can self-register via the My Account portal or the login page of an application if self-registration is enabled in the organization. Learn how to [configure self-registration]({{base_path}}/guides/user-accounts/configure-self-registration/).
@@ -450,8 +451,6 @@ To filter users by account status:
450
451
}'
451
452
```
452
453
453
-
Ensure that the username provided is without the user store domain prefix, and the realm parameter specifies the relevant user store domain name.
Copy file name to clipboardExpand all lines: en/identity-server/next/docs/guides/users/manage-users.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
This guide walks you through how you can manage user accounts as an administrator.
4
4
5
5
## Onboard users
6
+
6
7
There are three ways to onboard a user:
7
8
8
9
- The user can self-register via the My Account portal or the login page of an application if self-registration is enabled in the organization. Learn how to [configure self-registration]({{base_path}}/guides/account-configurations/user-onboarding/self-registration/).
@@ -84,17 +85,19 @@ In addition to adding a single user, you can onboard multiple users at once, eit
84
85
5. Ensure your CSV file is formatted correctly, with headers that correspond to user attributes. These attributes must be mapped to local attributes.
85
86
- A sample CSV file format would include: `username, givenname, emailaddress, groups`
6. Click **Import** to add the users to the system.
94
97
7. An email with a confirmation link will be sent to the provided email addresses, allowing the users to set their own passwords.
95
98
96
-
97
99
## Assign groups
100
+
98
101
Groups are useful when you wish to assign a certain permission level to multiple users. A user can be a member of multiple groups in the organization. Learn how to [manage groups]({{base_path}}/guides/users/manage-groups/).
A user account can be deleted by administrators. Once an account is deleted, the action is irreversible.
336
340
337
341
To delete a user account:
@@ -357,14 +361,14 @@ To filter users by account status:
357
361
- **Disabled**: Filters users with deactivated accounts.
358
362
- **Pending password reset**: Filters users for whom the administrator has initiated a forced password reset, but the users haven't yet reset their passwords.
359
363
- **Pending initial password setup**: Filters users an administrator invited to set their own password during initial account creation but who haven't done so yet.
360
-
- **Pending email verification**: Filters users who haven't yet verified their primary email addresses.
361
-
- **Pending mobile verification**: Filters users who haven't yet verified their primary mobile numbers.
364
+
- **Pending email verification**: Filters users who haven't yet verified their primary email addresses.
365
+
- **Pending mobile verification**: Filters users who haven't yet verified their primary mobile numbers.
0 commit comments