mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
11 lines
484 B
Markdown
11 lines
484 B
Markdown
# Email
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**email** | **String** | | [optional]
|
|
**primary** | **Boolean** | Whether this is the primary email address | [optional]
|
|
**userId** | **Long** | The unique identifier of the user who owns this email | [optional]
|
|
**username** | **String** | username of the user | [optional]
|
|
**verified** | **Boolean** | Whether the email address has been verified | [optional]
|