• Generates a UUID for a user based on their userId and accountId.

    Parameters

    • userId: string

      The user's ID.

    • accountId: string

      The account ID associated with the user.

    Returns string

    A UUID string formatted without dashes and in uppercase.