メインコンテンツまでスキップ

UserImport

ユーザーをインポートする

Description

指定されたグループにユーザーをインポートします。

Method

POST

Request URL Format

/api/v0/userimport

Payload

Content-Type : application/form-data

{
"current_workspace_id":"ユーザーをインポートする対象のワークスペースID", //必須
"filename":"インポートする目的のCSVファイル名", //必須
"file":"バイナリー型CSVファイル , CSV ファイルのヘッダーはEmail, UserName, Password, GroupDisplayIDs, RoleDisplayIDs, IsDelete
" //必須
}

Request Sample

POST https://api.xxx.com/api/v0/userimport

Response Sample

{"error":null}