Axinom Mosaic Libraries
    Preparing search index...

    Interface AxAuthCreateUserFinishedEvent

    AxAuth create user finished event schema

    interface AxAuthCreateUserFinishedEvent {
        accessible_client_ids: string[];
        email: string;
        environment_id: string;
        first_name: string;
        id: string;
        last_name: string;
        profile_picture_url: string;
        tenant_id: string;
        user_store_id: string;
        user_store_type: UserStoreType;
    }
    Index

    Properties

    accessible_client_ids: string[]

    Client IDs the user account is accessible

    email: string

    Email

    environment_id: string

    A UUID.

    first_name: string

    First Name

    id: string

    User ID

    last_name: string

    Last Name

    profile_picture_url: string

    Profile Picture URL

    tenant_id: string

    A UUID.

    user_store_id: string

    User Store ID

    user_store_type: UserStoreType

    User Store Type