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

    Interface EventStreamCloudEventOrgMemberRoleAssignedObjectUser

    The user that is a member of the organization.

    interface EventStreamCloudEventOrgMemberRoleAssignedObjectUser {
        user_id: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    Properties

    user_id: string

    ID of the user which can be used when interacting with other APIs.