PATCH /API/v2/Employees/SetDefaultOrganization/{employeeId}
利用者が所属する組織の中からデフォルトの組織を更新します。 利用者ID(***employeeId***)を指定して、会社に所属する利用者について、利用者が所属する組織の中からデフォルトの組織を更新します。 このメソッドは会社の管理者(***/API/v2/Companies/Administrators***)として登録された利用者が利用できます。
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
employeeId | 利用者ID |
String |
Required Max length: 36 |
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
organizationId | 組織ID |
String |
Required Max length: 20 Pattern : ^[A-Za-z0-9_-]+$ |
Response Information
Resource Description
None.