<!--
{
  "availability" : [
    "Sign in with Apple JS: 1.4.1 -"
  ],
  "documentType" : "symbol",
  "framework" : "signinwithapple",
  "identifier" : "/documentation/SigninwithAppleJS/UserI",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Sign in with Apple JS"
    ],
    "preciseIdentifier" : "cl/UserI"
  },
  "title" : "UserI"
}
-->

# UserI

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

```
interface UserI
```

## Overview

Apple only returns the `UserI` object the first time the user authorizes the app. For more information, visit <doc://com.apple.signinwithapple/documentation/signinwithapple/authenticating-users-with-sign-in-with-apple>.

## Topics

### Identifying the user by email address

[`email`](/documentation/SigninwithAppleJS/UserI/email)

The user’s email address.

[`name`](/documentation/SigninwithAppleJS/UserI/name)

The user’s full name from their Apple Account or a user-submitted value provided from the Sign in with Apple UI.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)