GET Employee/GetEmployees?accountId={accountId}

Get a list of employees using an (optional) account id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

The account id of the account which employees you want to fetch. When no account id is supplied (or zero), the users account is used

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

Collection of EmployeeDto
NameDescriptionTypeAdditional information
Name

string

None.

FullName

string

None.

Initials

string

None.

FamilyNamePrefix

string

None.

FirstName

string

None.

EmailAddress

string

None.

PersonelNumber

string

None.

Gender

Gender

None.

User

ResourceDto

None.

MedicalCheck

MedicalCheckDto

None.

DriversLicense

DriversLicenseDto

None.

Code

integer

None.

Id

integer

None.