ユーザーの一括登録

ユーザーを MaivenPoint テナントのローカル ユーザーとして登録します。

{

      "Users": [

        {

          "Email": "testuser1@maivenpoint.com",

          "UserName": "testuser1",

          "UserCode": "001",

          "Gender": 2,

          "CountryCode": "SG",

          "Handphone": "123456789",

          "Products": [

{               "ProductType": 2,               "Role": 2,               "IsAppAdmin": false             }

,

{               "ProductType": 3,               "Role": 2,               "IsAppAdmin": true             }

         ],

          "DeactivateTime": "637975106967818809"

        }

        {

          "Email": "testuser2@maivenpoint.com",

          "UserName": "testuser2",

          "UserCode": "002",

          "Gender": 2,

          "CountryCode": "SG",

          "Handphone": "987654321",

          "Products": [

{               "ProductType": 2,               "Role": 2,               "IsAppAdmin": false             }

,

{               "ProductType": 3,               "Role": 2,               "IsAppAdmin": true             }

         ],

          "DeactivateTime": "637975106967818809"

        }

      ]

}

リクエスト情報

MaivenPoint テナントのテナント ユーザーとしてのユーザーのプロパティを表します。

属性

説明

必須であるか

Email

ユーザーのメール アドレスです。

必須

UserName

ユーザー名です。

必須

Gender

0 がなしを表します。

1 が男性を表します。

2 が女性を表します。

3 が不明を表します。

必須

CountryCode

ユーザー所在地の国 / 地域のコードです。

オプション

Handphone

携帯電話番号です。このユーザーの電話番号を提供する場合、CountryCode 属性が必要です。

オプション

Products

ProductType

1 Curricula for Education を表します。

2 Examena を表します。

3 Curricula for Corporate Learning を表します。

4 Vitae を表します。

必須

Role

0 がなしを表します。

1 が学習者を表します。

2 がスタッフを表します。

4 が講師 (Vitae の場合) を表します。

必須

IsAppAdmin

このユーザーをアプリケーション管理者として割り当てる場合、値を True に設定します。そうしない場合、値を False に設定します。

必須

DeactivateTime

このユーザーを非アクティブ化する日付と時刻を UTC で表すティック数を入力します。非アクティブ化日時がない場合、この属性を指定しないでください。

オプション

 

応答情報

応答を確認します。isSuccess 属性の値が True である場合、それらのユーザーが正常に登録されたことを表します。正常に登録されなかった場合、値が False となります。MaivenPoint Online Services > アカウント管理 ページに移動して、ユーザー情報を確認します。