File name
Any name
Description
This file can be used to register, update, or move user information, as well as to change user password.
Specify this file in the options of swcfmg_account (User Information Management command).
File location
Any folder
File format
CSV format
[#]<user-id>,<password>,<tenant-id>,<role>,<email>,<first-name>,<middle-name>,<last-name>,<contract-name>,<phone> ...
Parameters
The following line is regarded as a single definition:
[#]<user-id>,<password>,<tenant-id>,<role>,<email>,<first-name>,<middle-name>,<last-name>,<contract-name>,<phone>
Column | Item | Meaning | Value | Remarks |
---|---|---|---|---|
# | Comment line | |||
1 | user-id | User ID ID that uniquely identifies the user | Example: user001 | Cannot be omitted or modified. Specify up to 32 characters. Lowercase alphanumeric characters, hyphens ("-"), underscores ("_"), and periods (".") may be used. The string must begin with a lowercase alphanumeric character. Specify an ID that is unique within the system. Do not specify User for Process Control or User for Schedule Startup specified during setup. |
2 | password | Password | Example: systemwalker#1 | Specify when registering user information or changing the password. Cannot be omitted, but can be modified. Specify 8 to 64 characters. Alphanumeric characters and symbols may be used. Specify a string different from the user ID. If the -list option is used, , "****" is output. |
3 | tenant-id | Tenant ID The tenant that the user belongs to. | Example: tenant1 | Specify when registering or moving user information. Omit this parameter if the user role is "dual-role administrator" or "infrastructure administrator". This parameter cannot be omitted if the user role is "tenant administrator" or "tenant user". Can be modified. |
4 | role | Role | Example: tenant_user | Specify when registering or updating user information. Cannot be omitted, but can be modified. Specify one of the following values according to the user role: Dual-role administrator: administrator Infrastructure administrator: infra_admin Tenant administrator: tenant_admin Tenant user: tenant_user The role can be modified only between "dual-role administrator" and "infrastructure administrator", or between "tenant administrator" and "tenant user". |
5 | Email address | Example: john.smith@example.com | Specify when registering or updating user information. Cannot be omitted, but can be modified. Specify up to 64 characters. | |
6 | first-name | First name | Example: John | Specify when registering or updating user information. Cannot be omitted, but can be modified. Specify up to 15 characters. |
7 | middle-name | Middle name | Specify when registering or updating user information. Can be omitted. Can be modified. Specify up to 15 characters. | |
8 | last-name | Last name | Example: Smith | Specify when registering or updating user information. Cannot be omitted, but can be modified. Specify up to 15 characters. |
9 | contract-name | Company or organization name | Example: Development Division | Specify when registering or updating user information. Can be omitted. Can be modified. Specify up to 30 characters. |
10 | phone | Telephone number | Example: 0123-4567 | Specify when registering or updating user information. Can be omitted. Can be modified. |
Notes
None
Examples
For registration
john_smith,systemwalker#1,tenant1,tenant_user,john.smith@example.local,John,,Smith,Development Division,0123-5678 george_smith,systemwalker#1,tenant1,tenant_user,george.smith@example.local,George,,Smith,Development Division,5678-0123
For update
john_smith,****,tenant1,tenant_user,john.smith@example.local,John,,Smith,Development Division,2468-1357 george_smith,****,tenant1,tenant_user,george.smith@example.local,George,,Smith,Development Division,1357-2468