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

    Interface GroupMember

    Represents the metadata of a group membership.

    interface GroupMember {
        id?: string;
        member_type?: Management.GroupMemberTypeEnum;
        type?: Management.GroupTypeEnum;
        connection_id?: string;
        created_at?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    id?: string

    Unique identifier for the member.

    connection_id?: string

    Identifier for the connection this group belongs to (if a connection group).

    created_at?: string

    Timestamp of when the membership was created.