Back to Node Auth0

Interface OrganizationMember

docs/interfaces/management.Management.OrganizationMember.html

5.9.11.1 KB
Original Source

Interface OrganizationMember

interface OrganizationMember {
user_id?: string;
picture?: string;
name?: string;
email?: string;
roles?: OrganizationMemberRole[];
}

Index

Properties

user_id?picture?name?email?roles?

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.

Optionalroles

roles?: OrganizationMemberRole[]

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties user_idpicturenameemailroles