GET /API/v1/Master/OrgEmployees/Get/{orgEmployeeId}
組織・利用者マスタから、組織・利用者IDを指定して、組織と利用者の情報を取得します。 ただし、自社の組織・利用者情報に限ります。他社の組織・利用者情報は取得出来ません
Request Information
URI Parameters
UriModel of OrgEmployees.Get
Name | Description | Type | Additional information |
---|---|---|---|
orgEmployeeId | orgEmployeeId |
String |
Required |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
organizationId | 組織ID |
String |
Required Format : ForeignKey /API/v1/Master/Organizations/Get/{value} |
employeeId | 利用者ID |
String |
Required Format : ForeignKey /API/v1/Master/Employees/Get/{value} |
orgEmployeeId | 組織利用者ID |
String |
Required |
isDefault | デフォルト組織フラグ |
Boolean |
Required |