# UsersAttributes
## Properties
**country** | **String** | ISO 3166-1 alpha-2 country code |
**email** | Option<**String**> | email address | [optional]
**email_verified** | Option<**bool**> | Is the email verified | [optional]
**first_name** | Option<**String**> | Users first name | [optional]
**last_name** | Option<**String**> | Users last name | [optional]
**nostr_public_key** | Option<**String**> | Users nostr public key | [optional]
**username** | **String** | user name |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)