clerk-rs 0.4.2

The official community Rust SDK for the Clerk API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CreateEmailAddressRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**user_id** | Option<**String**> | The ID representing the user | [optional]
**email_address** | Option<**String**> | The new email address. Must adhere to the RFC 5322 specification for email address format. | [optional]
**verified** | Option<**bool**> | When created, the email address will be marked as verified. | [optional]
**primary** | Option<**bool**> | Create this email address as the primary email address for the user. Default: false, unless it is the first email address. | [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)