GET
/
api
/
timeclock
/
employees
Listar funcionarios
curl --request GET \
  --url https://suite.sisqualis.com.br/api/timeclock/employees/ \
  --header 'Authorization: <api-key>'
[
  {
    "id": 123,
    "user_id": 123,
    "username": "<string>",
    "full_name": "<string>",
    "department": "<string>",
    "job_title": "<string>",
    "role_name": "<string>",
    "employee_photo_url": "<string>",
    "status": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Use: Token <seu_token>

Response

200 - application/json

Funcionarios

id
integer
user_id
integer
username
string
full_name
string
department
string
job_title
string
role_name
string
employee_photo_url
string
status
string