GET
/
api
/
timeclock
/
me
Meu perfil de ponto
curl --request GET \
  --url https://suite.sisqualis.com.br/api/timeclock/me/ \
  --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

Perfil do funcionario

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