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
- Click the
"Add User"
button in the upper right corner of thescreen. - Enter user information.
Item | Input | Description |
---|---|---|
Required | This is the string used for the sign-in ID. The maximum number of characters is 128. However, the following restrictions apply
| |
Name | The maximum number of characters is 2048. | |
Temporary Password | Required | Temporary password for initial sign-in. Maximum length is 256 characters. |
Custom Attributes | Optional | Items 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. |
- If you want to send an issue email to the creating user, check the Send issue email checkbox.
Tips
- Click the
"Add User"
button. - 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:
Item | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
User ID | A GUID that is unique for the entire service. | ||||||||||||
The user’s distinguished name, which is unique in the execution environment, is the email recipient and the sign-in string. | |||||||||||||
Name | A name that identifies the user. | ||||||||||||
Custom Attribute | Items 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 / Disabled | Displays the enabled/disabled status of the account. Disabled users will not be able to sign in. | ||||||||||||
Status | The meaning of each status is as follows:
| ||||||||||||
Update Date | Displays the date and time the user was updated in local time. | ||||||||||||
Creation Date | Displays 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
Menu | Description |
---|---|
Edit | The Edit User dialog opens to update user information. |
Disable/Enable | Disable/enable a user. |
Reset Password | The Reset Password dialog opens to reset the password. |
Delete | Delete 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:
- Click on the
"Custom Attribute Settings"
icon. - Click on the
"Vertical Three Point Leader"
in the row of the custom attribute to be edited, and click on the"Update"
menu - In the
"Update Attribute ID"
dialog, make each setting and click the"Apply"
button - Click the
"Update"
button.
Export
User information registered in User Manager can be downloaded locally as a file.
CSV File Specifications
Column | userid,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) |
Field | No double quote (”) enclosure |
Header | The first line is the header line |
Newline character | LF |
Encoding | UTF8 (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
Column | name,email,custom_01,custom_02,custom_03,custom_04,custom_05,custom_06,custom_07,custom_08,custom_09,custom_10 |
Delimiter | , (comma) |
Field | For 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. |
Header | The first line is considered the header line, and reading is performed from the second line. |
Newline character | Both CRLF and LF supported |
Encoding | UTF8 (Both without BOM and with BOM are supported) |
Tips