- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
User - User Module Data Models Reference
This documentation provides a reference to the User data model. It belongs to the User Module.
id
PrimaryKeyModifier<IdProperty>The ID of the user.
email
TextPropertyThe email of the user.
first_name
TextPropertyOptionalThe first name of the user.
last_name
TextPropertyOptionalThe last name of the user.
avatar_url
TextPropertyOptionalThe image URL of the user's avatar.
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
Was this page helpful?