Get Employee
Employees
Get Employee
GET
Get Employee
Documentation Index
Fetch the complete documentation index at: https://docs.salu.com.vc/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint returns details for an employee.
The response uses the
PublicApiEmployeeBaseResponse schema.Overview
- Method:
GET - Path:
/v0/employee/{employee_id} - OperationId:
public_get_employee_v0_employee__employee_id__get - Authentication: header
x-api-key(APIKeyHeaderin the OpenAPI)
Usage notes
- Path param:
employee_idmust be a valid UUID. Invalid UUIDs may return400 Bad Request. - Not found: if the employee does not exist (or does not belong to your organization), the API may return
404 Not Found. - Schema: the response follows
PublicApiEmployeeBaseResponse(see the OpenAPI schema for full field list and types).
Example Request
Authorizations
Path Parameters
Response
Successful Response