Get Time Zones
GET/api/persons/gettimezones
Tier: Public — stable, supported for third-party integration.
Returns the server machine's available time zones, for populating a person's TimeZone field.
The list comes from TimeZoneInfo.GetSystemTimeZones and uses Windows time zone ids (e.g. "AUS Eastern Standard Time") — the exact set is machine-dependent.
Responses
- 200
- 401
- 403
The list of available System.TimeZoneInfo values.
Caller is not authenticated.
Caller does not have Read permission on the Person module.