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
3. Enter the **Name** and **Email**of the new user.
19
19
4. Select which **User group** the new user should be added to.
20
20
5.*[Optional]* Enter a **Message** for the invitation.
21
21
6. Click **Create user** or **Send invite**.
22
22
23
23
Once you have created the user, the new user will receive a system-generated password for their initial login. This password needs to be used to access the account.
24
24
25
-
### Manage a User Profile
25
+
### Managing a User Profile
26
26
27
27
Open a user’s profile from the **Users** section to update:
28
28
29
29
* Profile photo.
30
-
*Update the email for the user.
31
-
*Language (sets the backoffice language of the user account).
30
+
*Email address of the user.
31
+
*UI Culture (sets the backoffice language of the user account).
32
32
* User Group (determines the scope of access in the backoffice).
33
33
* Start nodes for both Content and Media sections to limit access.
34
34
35
+
## Managing Users
36
+
37
+
When working with multiple users in Umbraco, the user screen provides tools to help you quickly locate and manage users using filters and layout options.
38
+
39
+
### Filter and Organize Users
40
+
41
+
At the top of the Users section, use the search bar to quickly find a user by typing their name or email address.
42
+
43
+
Use the **Status** filter to narrow down users based on their current state:
44
+
45
+
* Active – Users who have logged in and are enabled.
46
+
* Disabled – Users whose access has been explicitly turned off.
47
+
* Locked out - User has been automatically blocked from logging in after too many failed login attempts.
48
+
* Invited - User has been invited to access the Umbraco backoffice.
49
+
* Inactive – Users who haven't logged in or have been disabled.
50
+
51
+
The **Groups** filter lets you view users based on the user groups they belong to. For example, Administrators, Editors, Sensitive data, Translators, and Writers.
52
+
53
+
Use **Order by** to sort users by:
54
+
55
+
* Name (A–Z)
56
+
* Name (Z-A)
57
+
* Newest
58
+
* Oldest
59
+
* Last Login
60
+
61
+
### Layout Options
62
+
63
+
Users are displayed in Grid format by default, showing:
64
+
65
+
* Initials, full name, and group membership.
66
+
* Login status (for example, “Inactive” label).
67
+
* Last login time (if applicable).
68
+
69
+
Click the table/grid icon (top-right corner) to switch to a more compact, column-based layout.
70
+
35
71
## Default User Groups
36
72
37
-
By default, the User Groups available to new users are **Administrators**, **Writers**, **Editors**, **Translators,** and **Sensitive Data**.
73
+
By default, the User Groups available to new users are **Administrators**, **Editors**, **Sensitive Data**, **Translators,** and **Writers**.
38
74
39
-
***Administrator**: Can do anything when editing nodes in the content section (has all permissions).
40
-
***Editor**: Allowed to create and publish content items or nodes on the website without approval from others or restrictions (has permissions to **Public Access**, **Rollback**, **Browse Node**, **Create Content Template**, **Delete**, **Create**, **Publish**, **Unpublish**, **Update**, **Copy**, **Move** and **Sort**).
41
-
***Writer**: Allowed to browse nodes, create nodes, and request for publication of items. Not allowed to publish directly without someone else's approval like an Editor (has permissions to **Browse Node**, **Create**, **Send to Publish,** and **Update**).
42
-
***Translator**: These are used for translating your website. Translators are allowed to browse and update nodes as well as grant dashboard access. Translations of site pages must be reviewed by others before publication (has permissions to **Browse Node** and **Update**).
75
+
***Administrators**: Can do anything when editing nodes in the content section (has all permissions).
76
+
***Editors**: Allowed to create and publish content items or nodes on the website without approval from others or restrictions (has permissions to **Public Access**, **Rollback**, **Browse Node**, **Create Content Template**, **Delete**, **Create**, **Publish**, **Unpublish**, **Update**, **Copy**, **Move** and **Sort**).
43
77
***Sensitive data**: Any users added to this User group will have access to view any data marked as sensitive. Learn more about this feature in the [Sensitive Data](../../../reference/security/sensitive-data-on-members.md) article.
78
+
***Translators**: These are used for translating your website. Translators are allowed to browse and update nodes as well as grant dashboard access. Translations of site pages must be reviewed by others before publication (has permissions to **Browse Node** and **Update**).
79
+
***Writers**: Allowed to browse nodes, create nodes, and request for publication of items. Not allowed to publish directly without someone else's approval like an Editor (has permissions to **Browse Node**, **Create**, **Send to Publish,** and **Update**).
Copy file name to clipboardExpand all lines: 15/umbraco-cms/fundamentals/data/users/api-users.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,13 @@ Since API Users are identical to regular Users their backoffice access can be co
17
17
{% hint style="info" %}
18
18
Client IDs for API Users are explicitly prefixed with `umbraco-back-office-`. This guards against API Users accidentally taking over one of the Client IDs used by the Umbraco core.
19
19
{% endhint %}
20
+
21
+
## Creating an API User
22
+
23
+
To create an API User:
24
+
25
+
1. Go to the **Users** section in the backoffice.
26
+
2. Select **Create -> API User**.
27
+
3. Enter the **Name** and **Email** of the new API user.
28
+
4. Select which **User group** the new user should be added to.
3. Enter the **Name** and **Email**of the new user.
19
19
4. Select which **User group** the new user should be added to.
20
20
5.*[Optional]* Enter a **Message** for the invitation.
21
21
6. Click **Create user** or **Send invite**.
22
22
23
23
Once you have created the user, the new user will receive a system-generated password for their initial login. This password needs to be used to access the account.
24
24
25
-
### Manage a User Profile
25
+
### Managing a User Profile
26
26
27
27
Open a user’s profile from the **Users** section to update:
28
28
29
29
* Profile photo.
30
-
*Update the email for the user.
31
-
*Language (sets the backoffice language of the user account).
30
+
*Email address of the user.
31
+
*UI Culture (sets the backoffice language of the user account).
32
32
* User Group (determines the scope of access in the backoffice).
33
33
* Start nodes for both Content and Media sections to limit access.
34
34
35
+
## Managing Users
36
+
37
+
When working with multiple users in Umbraco, the user screen provides tools to help you quickly locate and manage users using filters and layout options.
38
+
39
+
### Filter and Organize Users
40
+
41
+
At the top of the Users section, use the search bar to quickly find a user by typing their name or email address.
42
+
43
+
Use the **Status** filter to narrow down users based on their current state:
44
+
45
+
* Active – Users who have logged in and are enabled.
46
+
* Disabled – Users whose access has been explicitly turned off.
47
+
* Locked out - User has been automatically blocked from logging in after too many failed login attempts.
48
+
* Invited - User has been invited to access the Umbraco backoffice.
49
+
* Inactive – Users who haven't logged in or have been disabled.
50
+
51
+
The **Groups** filter lets you view users based on the user groups they belong to. For example, Administrators, Editors, Sensitive data, Translators, and Writers.
52
+
53
+
Use **Order by** to sort users by:
54
+
55
+
* Name (A–Z)
56
+
* Name (Z-A)
57
+
* Newest
58
+
* Oldest
59
+
* Last Login
60
+
61
+
### Layout Options
62
+
63
+
Users are displayed in Grid format by default, showing:
64
+
65
+
* Initials, full name, and group membership.
66
+
* Login status (for example, “Inactive” label).
67
+
* Last login time (if applicable).
68
+
69
+
Click the table/grid icon (top-right corner) to switch to a more compact, column-based layout.
70
+
35
71
## Default User Groups
36
72
37
-
By default, the User Groups available to new users are **Administrators**, **Writers**, **Editors**, **Translators,** and **Sensitive Data**.
73
+
By default, the User Groups available to new users are **Administrators**, **Editors**, **Sensitive Data**, **Translators,** and **Writers**.
38
74
39
-
***Administrator**: Can do anything when editing nodes in the content section (has all permissions).
40
-
***Editor**: Allowed to create and publish content items or nodes on the website without approval from others or restrictions (has permissions to **Public Access**, **Rollback**, **Browse Node**, **Create Content Template**, **Delete**, **Create**, **Publish**, **Unpublish**, **Update**, **Copy**, **Move** and **Sort**).
41
-
***Writer**: Allowed to browse nodes, create nodes, and request for publication of items. Not allowed to publish directly without someone else's approval like an Editor (has permissions to **Browse Node**, **Create**, **Send to Publish,** and **Update**).
42
-
***Translator**: These are used for translating your website. Translators are allowed to browse and update nodes as well as grant dashboard access. Translations of site pages must be reviewed by others before publication (has permissions to **Browse Node** and **Update**).
75
+
***Administrators**: Can do anything when editing nodes in the content section (has all permissions).
76
+
***Editors**: Allowed to create and publish content items or nodes on the website without approval from others or restrictions (has permissions to **Public Access**, **Rollback**, **Browse Node**, **Create Content Template**, **Delete**, **Create**, **Publish**, **Unpublish**, **Update**, **Copy**, **Move** and **Sort**).
43
77
***Sensitive data**: Any users added to this User group will have access to view any data marked as sensitive. Learn more about this feature in the [Sensitive Data](../../../reference/security/sensitive-data-on-members.md) article.
78
+
***Translators**: These are used for translating your website. Translators are allowed to browse and update nodes as well as grant dashboard access. Translations of site pages must be reviewed by others before publication (has permissions to **Browse Node** and **Update**).
79
+
***Writers**: Allowed to browse nodes, create nodes, and request for publication of items. Not allowed to publish directly without someone else's approval like an Editor (has permissions to **Browse Node**, **Create**, **Send to Publish,** and **Update**).
Copy file name to clipboardExpand all lines: 16/umbraco-cms/fundamentals/data/users/api-users.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,13 @@ Since API Users are identical to regular Users their backoffice access can be co
17
17
{% hint style="info" %}
18
18
Client IDs for API Users are explicitly prefixed with `umbraco-back-office-`. This guards against API Users accidentally taking over one of the Client IDs used by the Umbraco core.
19
19
{% endhint %}
20
+
21
+
## Creating an API User
22
+
23
+
To create an API User:
24
+
25
+
1. Go to the **Users** section in the backoffice.
26
+
2. Select **Create -> API User**.
27
+
3. Enter the **Name** and **Email** of the new API user.
28
+
4. Select which **User group** the new user should be added to.
0 commit comments