UserImport
Import Users
Description
Import users into the specified group.
Method
POST
Request URL Format
/api/v0/userimport
Payload
Content-Type : application/form-data
{
"current_workspace_id":"ユーザーをインポートする対象のワークスペースID", //Required
"filename":"インポートする目的のCSVファイル名", //Required
"file":"バイナリー型CSVファイル , CSV ファイルのヘッダーはEmail, UserName, Password, GroupDisplayIDs, RoleDisplayIDs, IsDelete
" //必須
}
Request Sample
POST https://api.xxx.com/api/v0/userimport
Response Sample
{"error":null}