Back to Node Auth0

Interface RoleUser

docs/interfaces/management.Management.RoleUser.html

5.9.1827 B
Original Source

Interface RoleUser

interface RoleUser {
user_id?: string;
picture?: string;
name?: string;
email?: string;
}

Index

Properties

user_id?picture?name?email?

Properties

Optionaluser_id

user_id?: string

ID of this user.

Optionalpicture

picture?: string

URL to a picture for this user.

Optionalname

name?: string

Name of this user.

Optionalemail

email?: string

Email address of this user.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties user_idpicturenameemail