Skip to main content

The User object

Attributes

created_at
string
Time at which the user was created.
email
string
Email address of the user.
group
enum
Group to which the user belongs. One of manager, client.
id
string
Unique identifier for the user.
language
nullable string
Language of the user.
name
string
Name of the user.
phone
nullable string
Phone number of the user.
role
string
The user role in the workspace
timezone
nullable string
Timezone of the user.
title
string
Job title of the user.
updated_at
string
Time at which the user was last updated.
username
string
Username of the user.
The User object
{
"created_at": "2024-03-11T15:37:23+00:00",
"email": "john.doe@example.net",
"group": "client",
"id": "u_c01bb6102b6ddadd4b1f020e",
"language": null,
"name": "John Doe",
"phone": null,
"role": "member",
"timezone": null,
"title": null,
"updated_at": "2024-03-11T15:37:23+00:00",
"username": "johndoe"
}