@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
89 lines (44 loc) • 1.27 kB
Markdown
---
lang: en
title: 'API docs: security.userprofile'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/security
permalink: /doc/en/lb4/apidocs.security.userprofile.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/security](./security.md) > [UserProfile](./security.userprofile.md)
## UserProfile interface
The minimum set of attributes that describe a user.
**Signature:**
```typescript
export interface UserProfile extends Principal
```
**Extends:** [Principal](./security.principal.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[email?](./security.userprofile.email.md)
</td><td markdown="1">
</td><td markdown="1">
string
</td><td markdown="1">
_(Optional)_
</td></tr>
<tr><td markdown="1">
[name?](./security.userprofile.name.md)
</td><td markdown="1">
</td><td markdown="1">
string
</td><td markdown="1">
_(Optional)_
</td></tr>
</tbody></table>