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

    Type Alias UserIdentitiesUnmanagedUpdateParameters

    type UserIdentitiesUnmanagedUpdateParameters = {
        is_managed: boolean;
        user_identity_id: string;
        user_identity_key?: string;
    }
    Index
    is_managed: boolean

    Must be set to true to convert the unmanaged user identity to managed.

    user_identity_id: string

    ID of the unmanaged user identity that you want to update.

    user_identity_key?: string

    Unique key for the user identity. If not provided, the existing key will be preserved.