Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface OrganizationMember

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

    Properties

    user_id?: string

    ID of this user.

    picture?: string

    URL to a picture for this user.

    name?: string

    Name of this user.

    email?: string

    Email address of this user.