GET /API/v2/Employees/Get
利用者を取得します。 ログインしている利用者を取得します。 利用者に関する詳細については、[利用者について]()を参照ください。
Request Information
URI Parameters
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 |
company |
Required |
||
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_-]+$ |
language | 利用する言語 |
String |
Required Max length: 2 |
mailType | 通知のメール形式 |
String |
Required Max length: 4 |
notificationEmailAddresses | 通知先メールアドレス |
Collection, Null of notificationEmailAddresses |
None. |
isActive | 有効であるか |
Boolean |
Required |