Description of Group Members CSV File

This section describes how to describe a CSV file used to import group members.

Items that can be described in the CSV file
CSV Header NameRequiredContentDescriptionExample Entry
group_nameYesGroup name
group-A
login_idYesUser ID
iij-taro@example.jp
delete_flag

Determines whether to remove a user as a group member

Specify a value of "true" (delete) or "false" (do not delete).

Default: false

false
[ Reference ]

  • The first row of CSV files must contain the header row (see first row in the example description). 
  • Groups must already be created before group members can be imported.
  • Optional parameters can be omitted from CSV files. To do so, delete the optional parameter from the header (first) row, and omit the description of information in the second and subsequent rows.
  • The sequence of parameters can be changed. Change the sequence of parameters in the header (first) row and then describe the information per this sequence in subsequent rows.
  • The supported character encoding is SHIFT-JIS.
  • CSV files up to 50 MB can be imported.

[ Note ]

  • Groups imported from upstream user stores cannot be updated by importing CSV data. If such groups are included in CSV files, the CSV import process will result in error, and no group members, including the group members not synchronized with external user stores, will be imported.
  • Group members will not be imported if a successfully uploaded CSV file contains description errors. View the job status to confirm if the import process completed successfully. Refer to "Viewing Jobs" for more information on confirming jobs.

Example CSV File Description

 Description Example (represents line breaks)

group_name,login_id,delete_flag
group_a,user01@example.jp,false
group_b,user02@example.jp,false
group_b,user03@example.jp,false
group_c,user04@example.jp,false
group_c,user05@example.jp,true