This endpoint gets or creates a new user.
Name | Type | Description |
---|---|---|
id | Text (Primary Key, Unique) | Unique identifier for the user |
active | Boolean | Indicates if the user is currently active |
avatar | Text | URL or path to the user’s avatar image |
bio | Text | Biography or description of the user |
birthday | Date | Date of birth of the user |
country | Text | Country of residence of the user |
Text | Email address of the user | |
firstName | Text | First name of the user |
lastName | Text | Last name of the user |
last_seen | Date/Time | Date and time when the user was last seen |
last_typed | Date/Time | Date and time when the user last typed a message |
location | Text | Location or address of the user |
organization | Text | Organization or company the user belongs to |
phone | Text | Phone number of the user |
regions | Text | Regions or areas associated with the user |
title | Text | Title or job position of the user |
Text | Twitter handle or username of the user | |
username | Text | Unique username of the user |