Gets the authenticated user time zone
GET /v1/user/timezone
Summary
Gets the authenticated user time zone.
Details
Returns a JSON object with the user's time zone in value.
Authentication
No operation-level security requirement is documented here.
Parameters
None documented here.
Request Body
No request body is documented here.
Responses
200
Success
application/json
value(string, optional)
Example
{
"value": "Example value"
}