GET /API/v2/Employees/GetCoworkers?employeeId=!{employeeId}&emailAddress=!{emailAddress}&isActive=!{isActive}
会社の利用者を全て取得します。 ログインしている利用者が所属する会社配下に登録されている全ての利用者を取得します。 利用者に関する詳細については、[利用者について]()を参照ください。
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
employeeId | 利用者ID |
String, Null |
Max length: 36 |
emailAddress | メールアドレス |
String, Null |
Max length: 319 Format : email |
isActive | 有効であるか |
Boolean, Null |
None. |
Body Parameters
None.
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 |
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_-]+$ |
isActive | 有効であるか |
Boolean |
Required |