POST /API/v2/Employees/RegisterList
所属する会社に利用者を一括で登録します。 管理者が所属する会社に、利用者を登録します。 このメソッドは会社の管理者(***/API/v2/Companies/Administrators***)として登録された利用者が利用できます。 利用者に関する詳細については、[利用者について]()を参照ください。
Request Information
URI Parameters
None.
Body Parameters
Collection of v2.MyEmployee_Register
Name | Description | Type | Additional information |
---|---|---|---|
employeeName |
Required |
||
emailAddress | メールアドレス |
String |
Required Max length: 319 Format : email |
companyId | 会社ID |
String |
Required Max length: 36 |
organizationId | 組織ID |
String |
Required Max length: 20 Pattern : ^(?!.*(\?|\$|#|&|,|=)).+$ |
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
employeeId | 利用者ID |
String |
Required Max length: 36 |
employeeName |
Required |
||
emailAddress | メールアドレス |
String |
Required Max length: 319 Format : email |
company |
Required |
||
administratorId | 管理者ID |
String, Null |
Max length: 36 |
organizations | 所属する会社内の組織 |
Collection, Null of organizations |
None. |
defaultOrganizationId | デフォルトである組織ID |
String, Null |
Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
language | 利用する言語 |
String |
Required Max length: 2 |
mailType | 通知のメール形式 |
String |
Required Max length: 4 |
notificationEmailAddresses | 通知先メールアドレス |
Collection, Null of notificationEmailAddresses |
None. |
isActive | 有効であるか |
Boolean |
Required |