2020-11-05 17:31:15 +00:00
// Module included in the following assemblies:
//
// server_admin/topics/users.adoc
2020-10-16 09:50:55 +00:00
[id="proc-configuring-user-attributes_{context}"]
2021-04-19 14:08:04 +00:00
= Configuring user attributes
2020-10-16 09:50:55 +00:00
2020-11-05 17:31:15 +00:00
User attributes provide a customized experience for each user. You can create a personalized identity for each user in the console by configuring user attributes.
2020-10-16 09:50:55 +00:00
2020-11-25 19:46:17 +00:00
.Users
2022-10-05 18:43:15 +00:00
image:images/user-attributes.png[]
2020-11-25 19:46:17 +00:00
2020-10-16 09:50:55 +00:00
.Prerequisite
* You are in the realm where the user exists.
.Procedure
2021-06-17 14:39:30 +00:00
. Click *Users* in the menu.
2020-10-16 09:50:55 +00:00
. Select a user to manage.
. Click the *Attributes* tab.
. Enter the attribute name in the *Key* field.
. Enter the attribute value in the *Value* field.
. Click *Save*.
2021-06-17 14:39:30 +00:00
NOTE: Some read-only attributes are not supposed to be updated by the administrators. This includes attributes that are read-only
by design like for example `LDAP_ID`, which is filled automatically by the LDAP provider. Some other attributes should be read-only for
2023-11-13 08:17:34 +00:00
typical user administrators due to security reasons. See the details in the xref:read_only_user_attributes[Mitigating security threats] chapter.