Member
SchemaFields
· 10id string · uuid required Unique identifier (UUID) for the member.
email string · email required Member's email address (normalized to lowercase).
displayName string · nullable Display name shown to the member, null if not set.
status string · enum required 'active' means the member can access the site. 'blocked' means the member is denied access.
values
activeblocked
verified boolean · nullable Whether the member has verified their email by clicking a login link. Null if unknown.
paid boolean · nullable Whether this member is marked as a paying customer. Set manually or via the API.
registeredAt string · date-time· nullable When the member first registered (clicked a login link or was added).
lastLoginAt string · date-time· nullable When the member last logged in via a login link.
createdAt string · date-time· nullable When the member record was created.
updatedAt string · date-time· nullable When the member record was last modified.