OrganizationEmploymentStatus
The employment status of the employee.
enum OrganizationEmploymentStatus {
EMPLOYED
NOT_EMPLOYED
}
Values
OrganizationEmploymentStatus.EMPLOYED
The employee is currently employed.
OrganizationEmploymentStatus.NOT_EMPLOYED
The employee is not currently employed.
Member of
SearchEmployeesResultNode
object