MemberWithGroups

Schema

Fields

· 11
id 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

  • active
  • blocked
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.

accessGroups array of object required

List of access groups this member belongs to. Only included in getMember and createMember responses, NOT in listMembers.

Used by

· 4 operations