Get Employee

Retrieve detailed information about a specific employee.

GET
/api/v1/employees/{id}

Description

Returns employee profile and location data. ID may be numeric or an encoded ID from list employees. Use include_assets=true to embed assigned assets.

Request

Headers

HeaderValueRequired
AuthorizationBearer <access_token>Yes
Content-Typeapplication/jsonYes

Path Parameters

ParameterTypeRequiredDescription
idstringYesEmployee record ID (numeric or base64-encoded encrypted ID).

Query Parameters

ParameterTypeRequiredDescription
include_assetsbooleanNoSet to true or 1 to include AssignedAssets array.

Response

Related Endpoints

Did this page help you?