---
title: UserI
framework: signinwithapplejs
role: symbol
role_heading: Class
path: signinwithapplejs/useri
---

# UserI

An object that contains the user’s name and email address.

## Declaration

```data
interface UserI
```

## Overview

Overview Apple only returns the UserI object the first time the user authorizes the app. For more information, visit Authenticating users with Sign in with Apple.

## Topics

### Identifying the user by email address

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

## See Also

### User identification

- [NameI](signinwithapplejs/namei.md)
