Authenticated user profile
get_meProfile of the authenticated user: id, name, username, timezone, locale. The timezone field is the IANA zone in which every date in this API is returned (ISO 8601 with that offset). Full settings are never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Authenticated user id | |
| locale | Yes | UI locale | |
| lastname | Yes | Last name | |
| timezone | Yes | IANA timezone used for dates in this API | |
| username | Yes | Username | |
| firstname | Yes | First name |