POST /API/v2/Organizations/AssociatedEmployees/Register
組織に所属する利用者を登録します。 管理者が所属する会社の組織に、利用者を登録します。 このメソッドは会社の管理者(***/API/v2/Companies/Administrators***)として登録された利用者が利用できます。 組織と利用者に関する詳細については、[組織と利用者について]()を参照ください。
Request Information
URI Parameters
None.
Body Parameters
v2.MyOrganizationAssociatedEmployee_Register
| Name | Description | Type | Additional information |
|---|---|---|---|
| organizationId | 組織ID |
String |
Required Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
| employeeId | 利用者ID |
String |
Required Max length: 36 |
Response Information
Resource Description
v2.MyOrganizationAssociatedEmployee
| Name | Description | Type | Additional information |
|---|---|---|---|
| associatedEmployeeId | 組織に所属する利用者ID |
String |
Required Max length: 36 |
| organizationId | 組織ID |
String |
Required Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
| employees |
Required |