Skip to main content

Users and Groups

Users​

Users are platform users and operators with the following attributes:

AttributeDescription
idUser ID
nameUser name, can only be letters and numbers
displaynameDisplay name, can be Chinese
mobileUser mobile number
emailUser email address
descriptionDescription
enabledWhether enabled, disabled users cannot authenticate
domain_idDomain ID
project_domainDomain name
is_system_accountWhether it is a system account. If it is a system account, users cannot be seen in user-list, only visible when the system attribute is specified
enable_mfaWhether to enable two-factor authentication for web console
allow_web_consoleWhether to allow login to console

User Resource Restrictions​

  • Users can only join groups under the same domain
  • Group member attributes of LDAP users cannot be changed. LDAP users cannot join or leave LDAP groups
  • sysadmin user cannot be deleted or modified

User Namespace​

The user namespace is the domain. Users under different domains can have the same name. User names under one domain cannot conflict.

Preset Users​

After system initialization, the default domain has a preset user sysadmin, who joins the system project with the admin role as the system's root user. Each service has a preset user, such as regionadmin, meteradmin, etc.

Groups​

Groups are collections of users. Nested groups are currently not supported. Group members can only be users.

Group Restrictions​

  • Users in a group must belong to the same domain as the group
  • Group member attributes of LDAP users cannot be changed. LDAP users cannot join or leave LDAP groups

Group Namespace​

The group namespace is the domain. Groups under different domains can have the same name.