User configuration
Writeable attributes
Users can be asserted by either their
primary_email_address or user_id unique attributes, or you can add your own.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The legacy app.ts layout is deprecated. New apps use the folder-based layout under src/app/; convert existing apps with the migration guide.
An object to represent users of your product
api_slug: users
singular_noun: User
plural_noun: Users
| Attribute | Slug | Type | Traits |
|---|---|---|---|
| Person | person | Record reference | Relationship, inverse of Person -> associated_users |
| Primary email address | primary_email_address | Text | Required, unique - this is usually their login email in your system |
| ID | user_id | Text | Required, unique - this is usually their ID in your system |
| Workspaces | workspace | Record reference | Relationship, inverse of Workspace -> users |
primary_email_address or user_id unique attributes, or you can add your own.Was this page helpful?