User
This is an object representing a user of the app.
created_atstring<date-time>required
Time at which the object was created.
emailstring<email>required
The user's email address.
first_namestringrequired
The user's first name.
idstringrequired
Unique identifier for the object.
Possible values: Value must match regular expression ^user_\w{12}$
last_namestringrequired
The user's last name.
objectstringrequired
String representing the object's type.
Possible values: [user]
updated_atstring<date-time>required
Time at which the object was last updated.
User
{
"created_at": "2025-03-15T13:01:08Z",
"email": "avery@tendermedical.com",
"first_name": "Avery",
"id": "user_d025a96ac0c6",
"last_name": "Evans",
"object": "user",
"updated_at": "2025-03-15T13:01:08Z"
}