@seamapi/http - v1.121.0
    Preparing search index...

    Type Alias UserIdentityResource

    type UserIdentityResource = {
        acs_user_ids: string[];
        created_at: string;
        display_name: string;
        email_address: string | null;
        errors: {
            acs_system_id: string;
            acs_user_id: string;
            created_at: string;
            error_code: "issue_with_acs_user";
            message: string;
        }[];
        full_name: string
        | null;
        phone_number: string | null;
        user_identity_id: string;
        user_identity_key: string | null;
        warnings: (
            | {
                created_at: string;
                message: string;
                warning_code: "being_deleted";
            }
            | {
                created_at: string;
                message: string;
                warning_code: "acs_user_profile_does_not_match_user_identity";
            }
        )[];
        workspace_id: string;
    }
    Index

    Properties

    acs_user_ids: string[]
    created_at: string
    display_name: string
    email_address: string | null
    errors: {
        acs_system_id: string;
        acs_user_id: string;
        created_at: string;
        error_code: "issue_with_acs_user";
        message: string;
    }[]
    full_name: string | null
    phone_number: string | null
    user_identity_id: string
    user_identity_key: string | null
    warnings: (
        | { created_at: string; message: string; warning_code: "being_deleted" }
        | {
            created_at: string;
            message: string;
            warning_code: "acs_user_profile_does_not_match_user_identity";
        }
    )[]
    workspace_id: string