time users

Returns time user with specified id

get/companies/{companySlug}/timeUsers/{timeUserId}

Response

OK

timeUserIdinteger

Unique identifier for the time user

namestring

Name of the person

emailstring

Email address of the person

createdDatestring date-time

Timestamp when the person was added

lastModifiedDatestring date-time

Timestamp when the person was last modified

Example response

{
  "timeUserId": 11111,
  "name": "Ola Nordmann",
  "email": "ola@example.com"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.