---
title: email
framework: signinwithapplejs
role: symbol
role_heading: Instance Property
path: signinwithapplejs/useri/email
---

# email

The user’s email address.

## Declaration

```data
attribute string email;
```

## Discussion

Discussion Validate and persist this information from your app to your server. Subsequent authorization requests do not contain the user object, however, the user’s email is provided in the identity token for all requests. For more information, visit Authenticating users with Sign in with Apple.

## See Also

### Identifying the user by email address

- [name](signinwithapplejs/useri/name.md)
