An object to represent users of your product
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.