GET /API/v2/Employees/GetCoworkers?employeeId=!{employeeId}&emailAddress=!{emailAddress}&isActive=!{isActive}

会社の利用者を全て取得します。 ログインしている利用者が所属する会社配下に登録されている全ての利用者を取得します。 利用者に関する詳細については、[利用者について]()を参照ください。

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

v2.Employee

NameDescriptionTypeAdditional information
employeeId

利用者ID

String

Required

Max length: 36

employeeName

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