v1
latestOpenAPI 3.1.02026-07-2466150275.0 KBUsers
Get Company-specific Details
Get user information that is specific to the current company.
This includes all the fields that the PUT and PATCH endpoints expect.
get/v1/user/{user_id}/company/
Path parameters
user_idinteger required
Response
Successful Response
Example response
{
"data": {
"id": 1275,
"role": {
"id": 4,
"name": "Foreman",
"slug": "foreman"
},
"isActive": true,
"employeeId": "EM00123",
"position": "Office Manager",
"editTimer": true,
"createTimer": true,
"userId": 2,
"companyId": 1
}
}