# Log in with PayPal reference (/log-in/references)



## Scope attributes [#scope-attributes]

The following shows how user attributes map to OpenID Connect protocols:

| User attribute               | Category             | Scope value                                                                                                                                    |
| ---------------------------- | -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| None                         | Basic Authentication | `openid`                                                                                                                                       |
| Full name                    | Personal Information | `profile`                                                                                                                                      |
| Email address                | Address Information  | `email`                                                                                                                                        |
| Street address               | Address Information  | `address`                                                                                                                                      |
| City                         | Address Information  | `address`                                                                                                                                      |
| State                        | Address Information  | `address`                                                                                                                                      |
| Country                      | Address Information  | `address`                                                                                                                                      |
| Zip code                     | Address Information  | `address`                                                                                                                                      |
| Account verification status  | Account Information  | `https://uri.paypal.com/services/paypalattributes`<br /><br />Shows if the customer has a verified PayPal account.                             |
| PayPal account ID (payer ID) | Account Information  | `https://uri.paypal.com/services/paypalattributes`<br /><br />The user's unique PayPal account ID used in PayPal APIs such as the Payouts API. |
