Skip to main content

get_current_user

Get the currently authenticated user’s profile. Call this to identify yourself before creating annotations or time entries.
Property
Read-onlyYes

Parameters

None.

Returns

A UserDto with the current user’s profile:
FieldDescription
userIdUser identifier
nameDisplay name
emailEmail address
localeLocale setting
timezoneTimezone
workingHoursConfigured working hours
jobRoleJob role name
costCenterCost center name

get_user_list

Get all users with their profile details including email, working hours, locale, timezone, job role, and cost center.
Property
Read-onlyYes

Parameters

None.

Returns

A list of UserDto objects containing:
FieldDescription
nameUser’s display name
emailEmail address
localeUser’s locale setting
timezoneUser’s timezone
workingHoursConfigured working hours
jobRoleJob role name
costCenterCost center name