enbbox 1.0.1

Notification infrastructure API — open-source alternative to Novu/Courier
Documentation
# MemberRecord

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | Option<**String**> | Email address (from user profile for active, from invite for pending). | [optional]
**first_name** | Option<**String**> | User's first name. | [optional]
**id** | **uuid::Uuid** | Member UUID. | 
**invite_date** | Option<**String**> | When the invitation was sent (present only for pending invitations). | [optional]
**last_name** | Option<**String**> | User's last name. | [optional]
**profile_picture** | Option<**String**> | Profile picture URL. | [optional]
**roles** | **Vec<String>** | Assigned roles. | 
**status** | **String** | Membership status: `invited`, `active`, or `new`. | 
**user_id** | Option<**uuid::Uuid**> | Associated user ID (null if invitation is still pending). | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)