Skip to content

User

This section describes the functions of the User Manager that manage users. To access the user management function, go to "Side Menu" > "Users" and click the "Users" button at the top of the screen to display a list of registered users.

Tips

Add User

  1. Click the "Add User" button in the upper right corner of thescreen.
  2. Enter user information.
ItemInputDescription
EmailRequiredThis is the string used for the sign-in ID.
The maximum number of characters is 128.
However, the following restrictions apply

  • The number of digits in the domain part is limited to 63 digits.
  • ※63 digits for each DNS label (the string of individual parts of a domain name separated by a dot “.”).
  • Dot “.” cannot be placed before @
  • Consecutive ”.” (dots) are not allowed.
NameThe maximum number of characters is 2048.
Temporary PasswordRequiredTemporary password for initial sign-in.
Maximum length is 256 characters.
Custom AttributesOptionalItems with custom attribute IDs "custom_01" to"custom_10".
They are items that can be defined independently.
Maximum number of characters is 2048.
Display label, required, and show/hide follow the custom attribute settings.
  1. If you want to send an issue email to the creating user, check the Send issue email checkbox.

Tips

  1. Click the "Add User" button.
  2. The added user will appear in the user list.

Tips

User List

Users registered in the User Manager are displayed in a list. The meaning of each item is as follows:

ItemDescription
User IDA GUID that is unique for the entire service.
EmailThe user’s distinguished name, which is unique in the execution environment, is the email recipient and the sign-in string.
NameA name that identifies the user.
Custom AttributeItems with custom attribute IDs "custom_01" to"custom_10". They are items that can be defined independently. Display labels and display/hide settings follow the custom attribute settings.
Enabled / DisabledDisplays the enabled/disabled status of the account. Disabled users will not be able to sign in.
StatusThe meaning of each status is as follows:
StatusDescription
UnconfirmedUser has signed up on his/her own, but email verification has not been achieved.
Confirmed• User signs up on his/her own, Email Verification has been verified, and user can sign in successfully. • Administrator issues a user account, the user receives the issue email, and the user has changed his/her own password and can sign in successfully.
External ProviderUsers can sign in via external IdP.
Reset RequiredUser is in a normal state, but has forgotten his/her password and is requesting password initialization
Force Change PasswordAdministrator issues user account, but user has not yet changed his/her own password, so the account cannot be signed in
Update DateDisplays the date and time the user was updated in local time.
Creation DateDisplays the date and time the user was created in local time

Tips

Operation Menu

Click on the button to the right of the user list to open the Menu. Each menu item is described as follows

MenuDescription
EditThe Edit User dialog opens to update user information.
Disable/EnableDisable/enable a user.
Reset PasswordThe Reset Password dialog opens to reset the password.
DeleteDelete a user.

Tips

Custom Attribute Settings

Allows users to configure custom attribute items that can be defined on their own. Set labels, mandatory settings, and show/hide settings for custom attributes. To update a custom attribute, do the following:

  1. Click on the "Custom Attribute Settings" icon.
  2. Click on the "Vertical Three Point Leader" in the row of the custom attribute to be edited, and click on the "Update" menu
  3. In the "Update Attribute ID" dialog, make each setting and click the "Apply" button
  4. Click the "Update" button.

Export

User information registered in User Manager can be downloaded locally as a file.

CSV File Specifications

Columnuserid,email,name,enabled,status,created,updated,custom_01,custom_02,custom_03,custom_04,custom_05,custom_06,custom_07,custom_08,custom_09,custom_10
Delimiter, (comma)
FieldNo double quote (”) enclosure
HeaderThe first line is the header line
Newline characterLF
EncodingUTF8 (with BOM)

Tips

Import

Users can be registered of CSV description by filling in the information of user(s) in a CSV file and uploading the CSV file from local.

CSV File Specifications

Columnname,email,custom_01,custom_02,custom_03,custom_04,custom_05,custom_06,custom_07,custom_08,custom_09,custom_10
Delimiter, (comma)
FieldFor data enclosed in double quotes (”), only the enclosed data is extracted and the double quotes at both ends are removed. Data containing double quotes in the value must be enclosed in double quotes.
HeaderThe first line is considered the header line, and reading is performed from the second line.
Newline characterBoth CRLF and LF supported
EncodingUTF8 (Both without BOM and with BOM are supported)

Tips