Skip to main content
GET
Get a User by Id
This legacy endpoint has its equivalent in the Lucca API (currently in beta): GET /lucca-api/employees/{id}.To retrieve all data for a given employee (including extensions) in a single call, you may also use GET /lucca-api/employee-attributes with the employee.id filter.

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Path Parameters

id
string
required

ID of the user.

Query Parameters

fields
string

Comma-separated list of fields of the user to include in responses. Extended data can be retrieved with ?fields=extendedData.

Response

OK

data
User (v3) · object
Example: