@seamapi/http - v2.1.0
    Preparing search index...

    Type Alias UserIdentitiesGenerateInstantKeyParameters

    type UserIdentitiesGenerateInstantKeyParameters = {
        customization_profile_id?: string;
        max_use_count?: number;
        user_identity_id: string;
    }
    Index
    customization_profile_id?: string
    max_use_count?: number

    Maximum number of times the instant key can be used. Default: 1.

    user_identity_id: string

    ID of the user identity for which you want to generate an instant key.