CSV File for Users

Sample CSV File for User

#user
id,provider,login_name,first_name,last_name,description,email,internal_id,password,active
admin,Native Directory,admin,administrator,user,hss admin user,admin@hyperion.com,"native://DN=cn=911,ou=People,dc=css,dc=hyperion,dc=com?USER",{SHA}W6ph5Mm5Pz8GgiULbPgzG37mj9g=,true

In this sample, the user CSV file is used to create the user admin in a Native Directory with the login name admin, first name administrator, last name user, description hss admin user, e-mail id admin@hyperion.com, internal id "native://DN=cn=911,ou=People,dc=css,dc=hyperion,dc=com?USER", encrypted password {SHA}W6ph5Mm5Pz8GgiULbPgzG37mj9g=, and active true:

Note:

Plain-text passwords specified in the CSV file are encrypted.

Table 12. User Entity Attributes

AttributeDescription and Example
id
User's ID

Example: admin

provider
Optional: Name of the source user directory

Example: Native Directory

login_name
User's login name

Example: admin

first_name
Optional: User's first name

Example: administrator

last_name
Optional: User's last name

Example: user

description
Optional: User description

Example: hss admin user

email
Optional: User's e-mail address

Example: admin@hyperion.com

internal_id
The autogenerated internal identity of the Native Directory user

Example: "native://DN=cn=911,ou=People,dc=css,dc=hyperion,dc=com?USER"

password
User's password

Example: {SHA}W6ph5Mm5Pz8GgiULbPgzG37mj9g=

active
Indicates whether user is active (true) or not active (false)

Example: true